Color Hex Logo

#ddc315 Color Hex

#DDC315
(221,195,21)
0 Favorites   0 Comments

Color spaces of #ddc315

RGB 22119521
HSL0.150.830.47
HSV52°90°87°
CMYK 0.000.120.90   0.13
XYZ49.469354.45658.6133
Yxy54.45650.43960.4839
Hunter Lab73.7946-9.480644.7359
CIE-Lab78.7272-6.112677.4675

#ddc315 color RGB value is (221,195,21).

#ddc315 hex color red value is 221, green value is 195 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #ddc315 hue: 0.15 , saturation: 0.83 and the lightness value of ddc315 is 0.47.

The process color (four color CMYK) of #ddc315 color hex is 0.00, 0.12, 0.90, 0.13. Web safe color of #ddc315 is #cccc00. Color #ddc315 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000011 00010101
Octal 335 303 25
Decimal 221 195 21
Hex DD C3 15

RGB Percentages of Color #ddc315

%50.57
%44.62
%4.81

CMYK Percentages of Color #ddc315

%0
%12
%90
%13

Triadic Colors of #ddc315

#ddc315 #15ddc3 #c315dd

Analogous Colors of #ddc315

#ddc315 #93dd15 #dd5f15

Monochromatic Colors of #ddc315

#ddc315

Complementary Color

#ddc315 #152fdd

#ddc315 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc315 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc315 Color CSS Codes

.mybgcolor {background-color:#ddc315; } 
.myforecolor {color:#ddc315; }
.mybordercolor {border:3px solid #ddc315; }

#ddc315 Text Font Color

<p style="color:#ddc315">Text here</p>

This sample text font color is #ddc315
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ddc315 Background Color

<div style="background-color:#ddc315">
Div content here</div>

This div background color is #ddc315


#ddc315 Border Color

<div style="border:3px solid #ddc315">
Div here</div>

This div border color is #ddc315


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(221,195,21, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ddc315; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ddc315;
  -webkit-box-shadow: 1px 1px 3px 2px #ddc315;
  box-shadow:         1px 1px 3px 2px #ddc315; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,195,21, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ddc315">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ddc315;
  -webkit-box-shadow: 1px 1px 3px 2px #ddc315;
  box-shadow:         1px 1px 3px 2px #ddc315;">
Div content here</div>

This div box has shadow with color #ddc315


Comments

No comments written yet.

Please login to write comment.