#DDB772

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

Shades of Chenin #DDB772

Tints of Chenin #DDB772

Color information

#DDB772 (or 0xDDB772) is unknown color: approx Chenin. HEX triplet: DD, B7 and 72. RGB value is (221,183,114). Sum of RGB (Red+Green+Blue) = 221+183+114=518 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.66% from 518); Green value is 183 (71.88% from 255 or 35.33% from 518); Blue value is 114 (44.92% from 255 or 22.01% from 518); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB772 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB772 is #22488D. Grayscale: #BABABA. Windows color (decimal): -2246798 or 7518173. OLE color: 7518173.

HSL color Cylindrical-coordinate representation of color #DDB772: hue angle of 38.69º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DDB772 is Cyan = 0, Magento = 0.17, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB221183114-
CMYK00.170.480.13
HSL38.69º61.14%65.69%-
HSV(B)38.69º48.42%86.67%-
XYZ49.7950.4523.03-
YUV186.587.09152.61-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.66%
GREEN value IS 183 (71.88% from 255) = 35.33%
BLUE value IS 114 (44.92% from 255) = 22.01%
R=42.66%
G=35.33%
B=22.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118311400.170.480.1338.6961.1465.69
HexDDB77201130D273d42
Octal33526716202160154775102
Binary1101110110110111111001001000111000011011001111111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB772; }

 p { color: rgb(221,183,114); }

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

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

 a { background-color: rgb(221,183,114); }

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

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

 span { border-color: rgb(221,183,114); }

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