Html Css Color HEX #DBBA76 Chenin

📋 copy color: '#DBBA76'

red 219 ◦ green 186 ◦ blue 118

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

Shades of Chenin #DBBA76

Tints of Chenin #DBBA76

RGB

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

 GREEN value IS 186 (73.05% from 255) = 35.56%

 BLUE value IS 118 (46.48% from 255) = 22.56%

R = 41.87%
G = 35.56%
B = 22.56%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DBBA76 (or 0xDBBA76) is known color: Chenin. HEX triplet: DB, BA and 76. RGB value is (219,186,118). Sum of RGB (Red+Green+Blue) = 219+186+118=523 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.87% from 523); Green value is 186 (73.05% from 255 or 35.56% from 523); Blue value is 118 (46.48% from 255 or 22.56% from 523); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBA76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBA76 is #244589. Grayscale: #BCBCBC. Windows color (decimal): -2377098 or 7781083. OLE color: 7781083.

HSL color Cylindrical-coordinate representation of color #DBBA76: hue angle of 40.4º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DBBA76 is Cyan = 0, Magento = 0.15, Yellow = 0.46 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 186 118 -
CMYK 0 0.15 0.46 0.14
HSL 40.4º 0.58% 0.66% -
HSV(B) 40.4º 0.46% 0.86% -
XYZ 50.04 51.49 24.44 -
YUV 188.12 88.43 150.03 -
System Red Green Blue C M Y K H S L
Decimal 219 186 118 0 0.15 0.46 0.14 40.4 0.58 0.66
Hex DB BA 76 0 F 2E E 28 3A 42
Octal 333 272 166 0 17 56 16 50 72 102
Binary 11011011 10111010 1110110 0 1111 101110 1110 101000 111010 1000010

Color Harmonies of #DBBA76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBA76

Black with #DBBA76

Text Example


Text Example

White with #DBBA76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBA76; }

 p { color: rgb(219,186,118); }

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

background-color css

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

 a { background-color: rgb(219,186,118); }

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

border-color css

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

 span { border-color: rgb(219,186,118); }

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