Html Css Color HEX #DBB976 Straw

📋 copy color: '#DBB976'

red 219 ◦ green 185 ◦ blue 118

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

Shades of Straw #DBB976

Tints of Straw #DBB976

RGB

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

 GREEN value IS 185 (72.66% from 255) = 35.44%

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

R = 41.95%
G = 35.44%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DBB976 (or 0xDBB976) is known color: Straw. HEX triplet: DB, B9 and 76. RGB value is (219,185,118). Sum of RGB (Red+Green+Blue) = 219+185+118=522 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.95% from 522); Green value is 185 (72.66% from 255 or 35.44% from 522); Blue value is 118 (46.48% from 255 or 22.61% from 522); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB976 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB976 is #244689. Grayscale: #BBBBBB. Windows color (decimal): -2377354 or 7780827. OLE color: 7780827.

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

Color convert

RGB 219 185 118 -
CMYK 0 0.16 0.46 0.14
HSL 39.8º 0.58% 0.66% -
HSV(B) 39.8º 0.46% 0.86% -
XYZ 49.83 51.07 24.37 -
YUV 187.53 88.76 150.45 -
System Red Green Blue C M Y K H S L
Decimal 219 185 118 0 0.16 0.46 0.14 39.8 0.58 0.66
Hex DB B9 76 0 10 2E E 28 3A 42
Octal 333 271 166 0 20 56 16 50 72 102
Binary 11011011 10111001 1110110 0 10000 101110 1110 101000 111010 1000010

Color Harmonies of #DBB976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB976

Black with #DBB976

Text Example


Text Example

White with #DBB976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB976; }

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

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

background-color css

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

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

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

border-color css

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

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

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