#DDCB73

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

Shades of Chenin #DDCB73

Tints of Chenin #DDCB73

Color information

#DDCB73 (or 0xDDCB73) is unknown color: approx Chenin. HEX triplet: DD, CB and 73. RGB value is (221,203,115). Sum of RGB (Red+Green+Blue) = 221+203+115=539 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.00% from 539); Green value is 203 (79.69% from 255 or 37.66% from 539); Blue value is 115 (45.31% from 255 or 21.34% from 539); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCB73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCB73 is #22348C. Grayscale: #C6C6C6. Windows color (decimal): -2241677 or 7588829. OLE color: 7588829.

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

Color convert

RGB221203115-
CMYK00.080.480.13
HSL49.81º60.92%65.88%-
HSV(B)49.81º47.96%86.67%-
XYZ54.2759.3224.81-
YUV198.3580.96144.16-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.00%
GREEN value IS 203 (79.69% from 255) = 37.66%
BLUE value IS 115 (45.31% from 255) = 21.34%
R=41.00%
G=37.66%
B=21.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120311500.080.480.1349.8160.9265.88
HexDDCB730830D323d42
Octal33531316301060156275102
Binary110111011100101111100110100011000011011100101111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCB73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCB73; }

 p { color: rgb(221,203,115); }

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

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

 a { background-color: rgb(221,203,115); }

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

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

 span { border-color: rgb(221,203,115); }

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