#DBC86C

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

Shades of Chenin #DBC86C

Tints of Chenin #DBC86C

Color information

#DBC86C (or 0xDBC86C) is unknown color: approx Chenin. HEX triplet: DB, C8 and 6C. RGB value is (219,200,108). Sum of RGB (Red+Green+Blue) = 219+200+108=527 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.56% from 527); Green value is 200 (78.52% from 255 or 37.95% from 527); Blue value is 108 (42.58% from 255 or 20.49% from 527); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC86C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC86C is #243793. Grayscale: #C3C3C3. Windows color (decimal): -2373524 or 7129307. OLE color: 7129307.

HSL color Cylindrical-coordinate representation of color #DBC86C: hue angle of 49.73º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DBC86C is Cyan = 0, Magento = 0.09, Yellow = 0.51 and Black (K on CMYK) = 0.14.

Color convert

RGB219200108-
CMYK00.090.510.14
HSL49.73º60.66%64.12%-
HSV(B)49.73º50.68%85.88%-
XYZ52.5757.4522.51-
YUV195.1978.79144.98-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.56%
GREEN value IS 200 (78.52% from 255) = 37.95%
BLUE value IS 108 (42.58% from 255) = 20.49%
R=41.56%
G=37.95%
B=20.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.51
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920010800.090.510.1449.7360.6664.12
HexDBC86C0933E323d40
Octal33331015401163166275100
Binary110110111100100011011000100111001111101100101111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC86C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC86C; }

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

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

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

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

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

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

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

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