Color Hex Logo

#ddc645 Color Hex

#DDC645
(221,198,69)
0 Favorites   0 Comments

Color spaces of #ddc645

RGB 22119869
HSL0.140.690.57
HSV51°69°87°
CMYK 0.000.100.69   0.13
XYZ51.087156.190013.7834
Yxy56.19000.42200.4641
Hunter Lab74.9600-9.527841.5699
CIE-Lab79.7218-6.062564.6157

#ddc645 color RGB value is (221,198,69).

#ddc645 hex color red value is 221, green value is 198 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #ddc645 hue: 0.14 , saturation: 0.69 and the lightness value of ddc645 is 0.57.

The process color (four color CMYK) of #ddc645 color hex is 0.00, 0.10, 0.69, 0.13. Web safe color of #ddc645 is #cccc33. Color #ddc645 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000110 01000101
Octal 335 306 105
Decimal 221 198 69
Hex DD C6 45

RGB Percentages of Color #ddc645

%45.29
%40.57
%14.14

CMYK Percentages of Color #ddc645

%0
%10
%69
%13

Triadic Colors of #ddc645

#ddc645 #45ddc6 #c645dd

Analogous Colors of #ddc645

#ddc645 #a8dd45 #dd7a45

Monochromatic Colors of #ddc645

#ddc645

Complementary Color

#ddc645 #455cdd

#ddc645 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc645 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc645 Color CSS Codes

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

#ddc645 Text Font Color

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

This sample text font color is #ddc645
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.


#ddc645 Background Color

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

This div background color is #ddc645


#ddc645 Border Color

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

This div border color is #ddc645


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc645


Comments

No comments written yet.

Please login to write comment.