Html Css Color HEX #DBB877 Straw

📋 copy color: '#DBB877'

red 219 ◦ green 184 ◦ blue 119

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

Shades of Straw #DBB877

Tints of Straw #DBB877

RGB

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

 GREEN value IS 184 (72.27% from 255) = 35.25%

 BLUE value IS 119 (46.88% from 255) = 22.8%

R = 41.95%
G = 35.25%
B = 22.8%

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

#DBB877 (or 0xDBB877) is known color: Straw. HEX triplet: DB, B8 and 77. RGB value is (219,184,119). Sum of RGB (Red+Green+Blue) = 219+184+119=522 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.95% from 522); Green value is 184 (72.27% from 255 or 35.25% from 522); Blue value is 119 (46.88% from 255 or 22.80% from 522); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB877 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB877 is #244788. Grayscale: #BBBBBB. Windows color (decimal): -2377609 or 7846107. OLE color: 7846107.

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

Color convert

RGB 219 184 119 -
CMYK 0 0.16 0.46 0.14
HSL 39º 0.58% 0.66% -
HSV(B) 39º 0.46% 0.86% -
XYZ 49.68 50.67 24.62 -
YUV 187.06 89.6 150.79 -
System Red Green Blue C M Y K H S L
Decimal 219 184 119 0 0.16 0.46 0.14 39 0.58 0.66
Hex DB B8 77 0 10 2E E 27 3A 42
Octal 333 270 167 0 20 56 16 47 72 102
Binary 11011011 10111000 1110111 0 10000 101110 1110 100111 111010 1000010

Color Harmonies of #DBB877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB877

Black with #DBB877

Text Example


Text Example

White with #DBB877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB877; }

 p { color: rgb(219,184,119); }

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

background-color css

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

 a { background-color: rgb(219,184,119); }

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

border-color css

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

 span { border-color: rgb(219,184,119); }

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