Html Css Color HEX #DBC766 Chenin

📋 copy color: '#DBC766'

red 219 ◦ green 199 ◦ blue 102

#DBC766
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chenin #DBC766

Tints of Chenin #DBC766

RGB

 RED value IS 219 (85.94% from 255) = 42.12%

 GREEN value IS 199 (78.13% from 255) = 38.27%

 BLUE value IS 102 (40.23% from 255) = 19.62%

R = 42.12%
G = 38.27%
B = 19.62%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DBC766 (or 0xDBC766) is known color: Chenin. HEX triplet: DB, C7 and 66. RGB value is (219,199,102). Sum of RGB (Red+Green+Blue) = 219+199+102=520 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.12% from 520); Green value is 199 (78.12% from 255 or 38.27% from 520); Blue value is 102 (40.23% from 255 or 19.62% from 520); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC766 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC766 is #243899. Grayscale: #C2C2C2. Windows color (decimal): -2373786 or 6735835. OLE color: 6735835.

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

Color convert

RGB 219 199 102 -
CMYK 0 0.09 0.53 0.14
HSL 49.74º 0.62% 0.63% -
HSV(B) 49.74º 0.53% 0.86% -
XYZ 52.04 56.87 20.8 -
YUV 193.92 76.13 145.89 -
System Red Green Blue C M Y K H S L
Decimal 219 199 102 0 0.09 0.53 0.14 49.74 0.62 0.63
Hex DB C7 66 0 9 35 E 32 3E 3F
Octal 333 307 146 0 11 65 16 62 76 77
Binary 11011011 11000111 1100110 0 1001 110101 1110 110010 111110 111111

Color Harmonies of #DBC766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC766

Black with #DBC766

Text Example


Text Example

White with #DBC766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC766; }

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

 H1.HeaderClassName
 {
   color: #DBC766;
 }
 .AnyTagClassName
 {
   color: #DBC766;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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