#DDCB6D

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

Shades of Chenin #DDCB6D

Tints of Chenin #DDCB6D

Color information

#DDCB6D (or 0xDDCB6D) is unknown color: approx Chenin. HEX triplet: DD, CB and 6D. RGB value is (221,203,109). Sum of RGB (Red+Green+Blue) = 221+203+109=533 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.46% from 533); Green value is 203 (79.69% from 255 or 38.09% from 533); Blue value is 109 (42.97% from 255 or 20.45% from 533); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCB6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCB6D is #223492. Grayscale: #C6C6C6. Windows color (decimal): -2241683 or 7195613. OLE color: 7195613.

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

Color convert

RGB221203109-
CMYK00.080.510.13
HSL50.36º62.22%64.71%-
HSV(B)50.36º50.68%86.67%-
XYZ53.9459.1923.05-
YUV197.6777.96144.64-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.46%
GREEN value IS 203 (79.69% from 255) = 38.09%
BLUE value IS 109 (42.97% from 255) = 20.45%
R=41.46%
G=38.09%
B=20.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.51
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120310900.080.510.1350.3662.2264.71
HexDDCB6D0833D323e41
Octal33531315501063156276101
Binary110111011100101111011010100011001111011100101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCB6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCB6D; }

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

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

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

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

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

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

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

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