#DBC666

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

Shades of Chenin #DBC666

Tints of Chenin #DBC666

Color information

#DBC666 (or 0xDBC666) is unknown color: approx Chenin. HEX triplet: DB, C6 and 66. RGB value is (219,198,102). Sum of RGB (Red+Green+Blue) = 219+198+102=519 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.20% from 519); Green value is 198 (77.73% from 255 or 38.15% from 519); Blue value is 102 (40.23% from 255 or 19.65% from 519); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC666 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC666 is #243999. Grayscale: #C1C1C1. Windows color (decimal): -2374042 or 6735579. OLE color: 6735579.

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

Color convert

RGB219198102-
CMYK00.100.530.14
HSL49.23º61.9%62.94%-
HSV(B)49.23º53.42%85.88%-
XYZ51.8156.4120.73-
YUV193.3376.46146.31-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 42.20%
GREEN value IS 198 (77.73% from 255) = 38.15%
BLUE value IS 102 (40.23% from 255) = 19.65%
R=42.20%
G=38.15%
B=19.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.53
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21919810200.100.530.1449.2361.962.94
HexDBC6660A35E313e3f
Octal3333061460126516617677
Binary11011011110001101100110010101101011110110001111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC666; }

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

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

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

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

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

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

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

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