Color Hex Logo

#ddc568 Color Hex

#DDC568
(221,197,104)
0 Favorites   0 Comments

Color spaces of #ddc568

RGB 221197104
HSL0.130.630.64
HSV48°53°87°
CMYK 0.000.110.53   0.13
XYZ52.283756.304121.2088
Yxy56.30410.40280.4338
Hunter Lab75.0361-6.937735.7670
CIE-Lab79.7866-3.192049.2141

#ddc568 color RGB value is (221,197,104).

#ddc568 hex color red value is 221, green value is 197 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #ddc568 hue: 0.13 , saturation: 0.63 and the lightness value of ddc568 is 0.64.

The process color (four color CMYK) of #ddc568 color hex is 0.00, 0.11, 0.53, 0.13. Web safe color of #ddc568 is #cccc66. Color #ddc568 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000101 01101000
Octal 335 305 150
Decimal 221 197 104
Hex DD C5 68

RGB Percentages of Color #ddc568

%42.34
%37.74
%19.92

CMYK Percentages of Color #ddc568

%0
%11
%53
%13

Triadic Colors of #ddc568

#ddc568 #68ddc5 #c568dd

Analogous Colors of #ddc568

#ddc568 #bbdd68 #dd8b68

Monochromatic Colors of #ddc568

#ddc568

Complementary Color

#ddc568 #6880dd

#ddc568 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc568 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc568 Color CSS Codes

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

#ddc568 Text Font Color

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

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


#ddc568 Background Color

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

This div background color is #ddc568


#ddc568 Border Color

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

This div border color is #ddc568


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc568


Comments

No comments written yet.

Please login to write comment.