#DBC770

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

Shades of Chenin #DBC770

Tints of Chenin #DBC770

Color information

#DBC770 (or 0xDBC770) is unknown color: approx Chenin. HEX triplet: DB, C7 and 70. RGB value is (219,199,112). Sum of RGB (Red+Green+Blue) = 219+199+112=530 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.32% from 530); Green value is 199 (78.12% from 255 or 37.55% from 530); Blue value is 112 (44.14% from 255 or 21.13% from 530); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC770 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC770 is #24388F. Grayscale: #C3C3C3. Windows color (decimal): -2373776 or 7391195. OLE color: 7391195.

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

Color convert

RGB219199112-
CMYK00.090.490.14
HSL48.79º59.78%64.9%-
HSV(B)48.79º48.86%85.88%-
XYZ52.5657.0823.58-
YUV195.0681.13145.07-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.32%
GREEN value IS 199 (78.12% from 255) = 37.55%
BLUE value IS 112 (44.14% from 255) = 21.13%
R=41.32%
G=37.55%
B=21.13%

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
Decimal21919911200.090.490.1448.7959.7864.9
HexDBC7700931E313c41
Octal33330716001161166174101
Binary110110111100011111100000100111000111101100011111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC770; }

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

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

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

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

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

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

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

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