#DBC870

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

Shades of Chenin #DBC870

Tints of Chenin #DBC870

Color information

#DBC870 (or 0xDBC870) is unknown color: approx Chenin. HEX triplet: DB, C8 and 70. RGB value is (219,200,112). Sum of RGB (Red+Green+Blue) = 219+200+112=531 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.24% from 531); Green value is 200 (78.52% from 255 or 37.66% from 531); Blue value is 112 (44.14% from 255 or 21.09% from 531); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC870 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC870 is #24378F. Grayscale: #C4C4C4. Windows color (decimal): -2373520 or 7391451. OLE color: 7391451.

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

Color convert

RGB219200112-
CMYK00.090.490.14
HSL49.35º59.78%64.9%-
HSV(B)49.35º48.86%85.88%-
XYZ52.7957.5423.65-
YUV195.6580.79144.66-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.24%
GREEN value IS 200 (78.52% from 255) = 37.66%
BLUE value IS 112 (44.14% from 255) = 21.09%
R=41.24%
G=37.66%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.49
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920011200.090.490.1449.3559.7864.9
HexDBC8700931E313c41
Octal33331016001161166174101
Binary110110111100100011100000100111000111101100011111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC870; }

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

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

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

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

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

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

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

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