#DDCB6A

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

Shades of Chenin #DDCB6A

Tints of Chenin #DDCB6A

Color information

#DDCB6A (or 0xDDCB6A) is unknown color: approx Chenin. HEX triplet: DD, CB and 6A. RGB value is (221,203,106). Sum of RGB (Red+Green+Blue) = 221+203+106=530 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.70% from 530); Green value is 203 (79.69% from 255 or 38.30% from 530); Blue value is 106 (41.80% from 255 or 20% from 530); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCB6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCB6A is #223495. Grayscale: #C5C5C5. Windows color (decimal): -2241686 or 6999005. OLE color: 6999005.

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

Color convert

RGB221203106-
CMYK00.080.520.13
HSL50.61º62.84%64.12%-
HSV(B)50.61º52.04%86.67%-
XYZ53.7859.1222.21-
YUV197.3276.46144.89-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.70%
GREEN value IS 203 (79.69% from 255) = 38.30%
BLUE value IS 106 (41.80% from 255) = 20%
R=41.70%
G=38.30%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120310600.080.520.1350.6162.8464.12
HexDDCB6A0834D333f40
Octal33531315201064156377100
Binary110111011100101111010100100011010011011100111111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCB6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCB6A; }

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

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

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

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

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

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

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

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