#DBC966

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

Shades of Chenin #DBC966

Tints of Chenin #DBC966

Color information

#DBC966 (or 0xDBC966) is unknown color: approx Chenin. HEX triplet: DB, C9 and 66. RGB value is (219,201,102). Sum of RGB (Red+Green+Blue) = 219+201+102=522 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.95% from 522); Green value is 201 (78.91% from 255 or 38.51% from 522); Blue value is 102 (40.23% from 255 or 19.54% from 522); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC966 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC966 is #243699. Grayscale: #C3C3C3. Windows color (decimal): -2373274 or 6736347. OLE color: 6736347.

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

Color convert

RGB219201102-
CMYK00.080.530.14
HSL50.77º61.9%62.94%-
HSV(B)50.77º53.42%85.88%-
XYZ52.557.7920.96-
YUV195.175.46145.05-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.95%
GREEN value IS 201 (78.91% from 255) = 38.51%
BLUE value IS 102 (40.23% from 255) = 19.54%
R=41.95%
G=38.51%
B=19.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.53
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920110200.080.530.1450.7761.962.94
HexDBC9660835E333e3f
Octal3333111460106516637677
Binary11011011110010011100110010001101011110110011111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC966; }

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

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

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

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

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

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

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

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