Html Css Color HEX #DBBE72 Chenin

📋 copy color: '#DBBE72'

red 219 ◦ green 190 ◦ blue 114

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

Shades of Chenin #DBBE72

Tints of Chenin #DBBE72

RGB

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

 GREEN value IS 190 (74.61% from 255) = 36.33%

 BLUE value IS 114 (44.92% from 255) = 21.8%

R = 41.87%
G = 36.33%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DBBE72 (or 0xDBBE72) is known color: Chenin. HEX triplet: DB, BE and 72. RGB value is (219,190,114). Sum of RGB (Red+Green+Blue) = 219+190+114=523 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.87% from 523); Green value is 190 (74.61% from 255 or 36.33% from 523); Blue value is 114 (44.92% from 255 or 21.80% from 523); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBE72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBE72 is #24418D. Grayscale: #BEBEBE. Windows color (decimal): -2376078 or 7519963. OLE color: 7519963.

HSL color Cylindrical-coordinate representation of color #DBBE72: hue angle of 43.43º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DBBE72 is Cyan = 0, Magento = 0.13, Yellow = 0.48 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 190 114 -
CMYK 0 0.13 0.48 0.14
HSL 43.43º 0.59% 0.65% -
HSV(B) 43.43º 0.48% 0.86% -
XYZ 50.66 53.1 23.5 -
YUV 190.01 85.11 148.68 -
System Red Green Blue C M Y K H S L
Decimal 219 190 114 0 0.13 0.48 0.14 43.43 0.59 0.65
Hex DB BE 72 0 D 30 E 2B 3B 41
Octal 333 276 162 0 15 60 16 53 73 101
Binary 11011011 10111110 1110010 0 1101 110000 1110 101011 111011 1000001

Color Harmonies of #DBBE72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBE72

Black with #DBBE72

Text Example


Text Example

White with #DBBE72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBE72; }

 p { color: rgb(219,190,114); }

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

background-color css

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

 a { background-color: rgb(219,190,114); }

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

border-color css

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

 span { border-color: rgb(219,190,114); }

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