Html Css Color HEX #DBB76E Chenin

📋 copy color: '#DBB76E'

red 219 ◦ green 183 ◦ blue 110

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

Shades of Chenin #DBB76E

Tints of Chenin #DBB76E

RGB

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

 GREEN value IS 183 (71.88% from 255) = 35.74%

 BLUE value IS 110 (43.36% from 255) = 21.48%

R = 42.77%
G = 35.74%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DBB76E (or 0xDBB76E) is known color: Chenin. HEX triplet: DB, B7 and 6E. RGB value is (219,183,110). Sum of RGB (Red+Green+Blue) = 219+183+110=512 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.77% from 512); Green value is 183 (71.88% from 255 or 35.74% from 512); Blue value is 110 (43.36% from 255 or 21.48% from 512); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB76E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB76E is #244891. Grayscale: #B9B9B9. Windows color (decimal): -2377874 or 7256027. OLE color: 7256027.

HSL color Cylindrical-coordinate representation of color #DBB76E: hue angle of 40.18º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DBB76E is Cyan = 0, Magento = 0.16, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 183 110 -
CMYK 0 0.16 0.50 0.14
HSL 40.18º 0.6% 0.65% -
HSV(B) 40.18º 0.5% 0.86% -
XYZ 48.96 50.05 21.83 -
YUV 185.44 85.43 151.94 -
System Red Green Blue C M Y K H S L
Decimal 219 183 110 0 0.16 0.50 0.14 40.18 0.6 0.65
Hex DB B7 6E 0 10 32 E 28 3C 41
Octal 333 267 156 0 20 62 16 50 74 101
Binary 11011011 10110111 1101110 0 10000 110010 1110 101000 111100 1000001

Color Harmonies of #DBB76E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB76E

Black with #DBB76E

Text Example


Text Example

White with #DBB76E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB76E; }

 p { color: rgb(219,183,110); }

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

background-color css

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

 a { background-color: rgb(219,183,110); }

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

border-color css

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

 span { border-color: rgb(219,183,110); }

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