#DDCB6F

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

Shades of Chenin #DDCB6F

Tints of Chenin #DDCB6F

Color information

#DDCB6F (or 0xDDCB6F) is unknown color: approx Chenin. HEX triplet: DD, CB and 6F. RGB value is (221,203,111). Sum of RGB (Red+Green+Blue) = 221+203+111=535 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.31% from 535); Green value is 203 (79.69% from 255 or 37.94% from 535); Blue value is 111 (43.75% from 255 or 20.75% from 535); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCB6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCB6F is #223490. Grayscale: #C6C6C6. Windows color (decimal): -2241681 or 7326685. OLE color: 7326685.

HSL color Cylindrical-coordinate representation of color #DDCB6F: hue angle of 50.18º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DDCB6F is Cyan = 0, Magento = 0.08, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB221203111-
CMYK00.080.500.13
HSL50.18º61.8%65.1%-
HSV(B)50.18º49.77%86.67%-
XYZ54.0459.2323.62-
YUV197.8978.96144.48-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.31%
GREEN value IS 203 (79.69% from 255) = 37.94%
BLUE value IS 111 (43.75% from 255) = 20.75%
R=41.31%
G=37.94%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.50
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120311100.080.500.1350.1861.865.1
HexDDCB6F0832D323e41
Octal33531315701062156276101
Binary110111011100101111011110100011001011011100101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCB6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCB6F; }

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

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

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

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

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

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

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

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