#DBC862

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

Shades of Chenin #DBC862

Tints of Chenin #DBC862

Color information

#DBC862 (or 0xDBC862) is unknown color: approx Chenin. HEX triplet: DB, C8 and 62. RGB value is (219,200,98). Sum of RGB (Red+Green+Blue) = 219+200+98=517 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.36% from 517); Green value is 200 (78.52% from 255 or 38.68% from 517); Blue value is 98 (38.67% from 255 or 18.96% from 517); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC862 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC862 is #24379D. Grayscale: #C2C2C2. Windows color (decimal): -2373534 or 6473947. OLE color: 6473947.

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

Color convert

RGB21920098-
CMYK00.090.550.14
HSL50.58º62.69%62.16%-
HSV(B)50.58º55.25%85.88%-
XYZ52.0757.2519.86-
YUV194.0573.79145.79-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 42.36%
GREEN value IS 200 (78.52% from 255) = 38.68%
BLUE value IS 98 (38.67% from 255) = 18.96%
R=42.36%
G=38.68%
B=18.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.55
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2192009800.090.550.1450.5862.6962.16
HexDBC8620937E333f3e
Octal3333101420116716637776
Binary11011011110010001100010010011101111110110011111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC862; }

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

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

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

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

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

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

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

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