#DBB770

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

Shades of Chenin #DBB770

Tints of Chenin #DBB770

Color information

#DBB770 (or 0xDBB770) is unknown color: approx Chenin. HEX triplet: DB, B7 and 70. RGB value is (219,183,112). Sum of RGB (Red+Green+Blue) = 219+183+112=514 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.61% from 514); Green value is 183 (71.88% from 255 or 35.60% from 514); Blue value is 112 (44.14% from 255 or 21.79% from 514); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB770 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB770 is #24488F. Grayscale: #B9B9B9. Windows color (decimal): -2377872 or 7387099. OLE color: 7387099.

HSL color Cylindrical-coordinate representation of color #DBB770: hue angle of 39.81º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DBB770 is Cyan = 0, Magento = 0.16, Yellow = 0.49 and Black (K on CMYK) = 0.14.

Color convert

RGB219183112-
CMYK00.160.490.14
HSL39.81º59.78%64.9%-
HSV(B)39.81º48.86%85.88%-
XYZ49.0750.122.41-
YUV185.6786.43151.77-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 42.61%
GREEN value IS 183 (71.88% from 255) = 35.60%
BLUE value IS 112 (44.14% from 255) = 21.79%
R=42.61%
G=35.60%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.49
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918311200.160.490.1439.8159.7864.9
HexDBB77001031E283c41
Octal33326716002061165074101
Binary1101101110110111111000001000011000111101010001111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB770; }

 p { color: rgb(219,183,112); }

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

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

 a { background-color: rgb(219,183,112); }

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

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

 span { border-color: rgb(219,183,112); }

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