#ddbd6c

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

Shades of Chenin #DDBD6C

Tints of Chenin #DDBD6C

Color information

#DDBD6C (or 0xDDBD6C) is unknown color: approx Chenin. HEX triplet: DD, BD and 6C. RGB value is (221,189,108). Sum of RGB (Red+Green+Blue) = 221+189+108=518 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.66% from 518); Green value is 189 (74.22% from 255 or 36.49% from 518); Blue value is 108 (42.58% from 255 or 20.85% from 518); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBD6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBD6C is #224293. Grayscale: #BDBDBD. Windows color (decimal): -2245268 or 7126493. OLE color: 7126493.

HSL color Cylindrical-coordinate representation of color #DDBD6C: hue angle of 43.01º 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 #DDBD6C is Cyan = 0, Magento = 0.14, Yellow = 0.51 and Black (K on CMYK) = 0.13.

Color convert

RGB221189108-
CMYK00.140.510.13
HSL43.01º62.43%64.51%-
HSV(B)43.01º51.13%86.67%-
XYZ50.7252.8521.72-
YUV189.3382.1150.59-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.66%
GREEN value IS 189 (74.22% from 255) = 36.49%
BLUE value IS 108 (42.58% from 255) = 20.85%
R=42.66%
G=36.49%
B=20.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.51
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118910800.140.510.1343.0162.4364.51
HexDDBD6C0E33D2b3e41
Octal33527515401663155376101
Binary110111011011110111011000111011001111011010111111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ddbd6c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ddbd6c; }

 p { color: rgb(221,189,108); }

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

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

 a { background-color: rgb(221,189,108); }

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

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

 span { border-color: rgb(221,189,108); }

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