Html Css Color HEX #DBBE6E Chenin

📋 copy color: '#DBBE6E'

red 219 ◦ green 190 ◦ blue 110

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

Shades of Chenin #DBBE6E

Tints of Chenin #DBBE6E

RGB

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

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

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

R = 42.2%
G = 36.61%
B = 21.19%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DBBE6E (or 0xDBBE6E) is known color: Chenin. HEX triplet: DB, BE and 6E. RGB value is (219,190,110). Sum of RGB (Red+Green+Blue) = 219+190+110=519 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.20% from 519); Green value is 190 (74.61% from 255 or 36.61% from 519); Blue value is 110 (43.36% from 255 or 21.19% from 519); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBE6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBE6E is #244191. Grayscale: #BDBDBD. Windows color (decimal): -2376082 or 7257819. OLE color: 7257819.

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

Color convert

RGB 219 190 110 -
CMYK 0 0.13 0.50 0.14
HSL 44.04º 0.6% 0.65% -
HSV(B) 44.04º 0.5% 0.86% -
XYZ 50.44 53.01 22.33 -
YUV 189.55 83.11 149 -
System Red Green Blue C M Y K H S L
Decimal 219 190 110 0 0.13 0.50 0.14 44.04 0.6 0.65
Hex DB BE 6E 0 D 32 E 2C 3C 41
Octal 333 276 156 0 15 62 16 54 74 101
Binary 11011011 10111110 1101110 0 1101 110010 1110 101100 111100 1000001

Color Harmonies of #DBBE6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBE6E

Black with #DBBE6E

Text Example


Text Example

White with #DBBE6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBE6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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