#DDB96F

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

Shades of Chenin #DDB96F

Tints of Chenin #DDB96F

Color information

#DDB96F (or 0xDDB96F) is unknown color: approx Chenin. HEX triplet: DD, B9 and 6F. RGB value is (221,185,111). Sum of RGB (Red+Green+Blue) = 221+185+111=517 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.75% from 517); Green value is 185 (72.66% from 255 or 35.78% from 517); Blue value is 111 (43.75% from 255 or 21.47% from 517); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB96F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB96F is #224690. Grayscale: #BBBBBB. Windows color (decimal): -2246289 or 7322077. OLE color: 7322077.

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

Color convert

RGB221185111-
CMYK00.160.500.13
HSL40.36º61.8%65.1%-
HSV(B)40.36º49.77%86.67%-
XYZ50.0451.2222.29-
YUV187.3384.93152.02-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.75%
GREEN value IS 185 (72.66% from 255) = 35.78%
BLUE value IS 111 (43.75% from 255) = 21.47%
R=42.75%
G=35.78%
B=21.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.50
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118511100.160.500.1340.3661.865.1
HexDDB96F01032D283e41
Octal33527115702062155076101
Binary1101110110111001110111101000011001011011010001111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB96F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB96F; }

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

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

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

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

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

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

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

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