#DBC962

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

Shades of Chenin #DBC962

Tints of Chenin #DBC962

Color information

#DBC962 (or 0xDBC962) is unknown color: approx Chenin. HEX triplet: DB, C9 and 62. RGB value is (219,201,98). Sum of RGB (Red+Green+Blue) = 219+201+98=518 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.28% from 518); Green value is 201 (78.91% from 255 or 38.80% from 518); Blue value is 98 (38.67% from 255 or 18.92% from 518); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC962 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC962 is #24369D. Grayscale: #C3C3C3. Windows color (decimal): -2373278 or 6474203. OLE color: 6474203.

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

Color convert

RGB21920198-
CMYK00.080.550.14
HSL51.07º62.69%62.16%-
HSV(B)51.07º55.25%85.88%-
XYZ52.357.7219.94-
YUV194.6473.46145.38-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 42.28%
GREEN value IS 201 (78.91% from 255) = 38.80%
BLUE value IS 98 (38.67% from 255) = 18.92%
R=42.28%
G=38.80%
B=18.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.55
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2192019800.080.550.1451.0762.6962.16
HexDBC9620837E333f3e
Octal3333111420106716637776
Binary11011011110010011100010010001101111110110011111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC962; }

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

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

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

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

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

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

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

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