#DDCA71

Color #DDCA71 Chenin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chenin #DDCA71

Tints of Chenin #DDCA71

Color information

#DDCA71 (or 0xDDCA71) is unknown color: approx Chenin. HEX triplet: DD, CA and 71. RGB value is (221,202,113). Sum of RGB (Red+Green+Blue) = 221+202+113=536 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.23% from 536); Green value is 202 (79.30% from 255 or 37.69% from 536); Blue value is 113 (44.53% from 255 or 21.08% from 536); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCA71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCA71 is #22358E. Grayscale: #C5C5C5. Windows color (decimal): -2241935 or 7457501. OLE color: 7457501.

HSL color Cylindrical-coordinate representation of color #DDCA71: hue angle of 49.44º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DDCA71 is Cyan = 0, Magento = 0.09, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB221202113-
CMYK00.090.490.13
HSL49.44º61.36%65.49%-
HSV(B)49.44º48.87%86.67%-
XYZ53.9258.8124.13-
YUV197.5480.29144.74-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 221 (86.72% from 255) = 41.23%
GREEN value IS 202 (79.30% from 255) = 37.69%
BLUE value IS 113 (44.53% from 255) = 21.08%
R=41.23%
G=37.69%
B=21.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120211300.090.490.1349.4461.3665.49
HexDDCA710931D313d41
Octal33531216101161156175101
Binary110111011100101011100010100111000111011100011111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCA71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCA71; }

 p { color: rgb(221,202,113); }

 H1.HeaderClassName
 {
   color: #DDCA71;
 }
 .AnyTagClassName
 {
   color: #DDCA71;
 }
</style>
background-color css

<style>
 a { background-color: #DDCA71; }

 a { background-color: rgb(221,202,113); }

 div.DivClassName
 {
   background-color: #DDCA71;
 }
 .BgClassName
 {
   background-color: #DDCA71;
 }
</style>
border-color css

<style>
 span { border-color: #DDCA71; }

 span { border-color: rgb(221,202,113); }

 td.TdClassName
 {
   border-color: #DDCA71;
 }
 .TagClassName
 {
   border-color: #DDCA71;
 }
</style>