Html Css Color HEX #DBB878 Straw

📋 copy color: '#DBB878'

red 219 ◦ green 184 ◦ blue 120

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

Shades of Straw #DBB878

Tints of Straw #DBB878

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 22.94%

R = 41.87%
G = 35.18%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DBB878 (or 0xDBB878) is known color: Straw. HEX triplet: DB, B8 and 78. RGB value is (219,184,120). Sum of RGB (Red+Green+Blue) = 219+184+120=523 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.87% from 523); Green value is 184 (72.27% from 255 or 35.18% from 523); Blue value is 120 (47.27% from 255 or 22.94% from 523); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB878 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB878 is #244787. Grayscale: #BBBBBB. Windows color (decimal): -2377608 or 7911643. OLE color: 7911643.

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

Color convert

RGB 219 184 120 -
CMYK 0 0.16 0.45 0.14
HSL 38.79º 0.58% 0.66% -
HSV(B) 38.79º 0.45% 0.86% -
XYZ 49.74 50.7 24.93 -
YUV 187.17 90.1 150.7 -
System Red Green Blue C M Y K H S L
Decimal 219 184 120 0 0.16 0.45 0.14 38.79 0.58 0.66
Hex DB B8 78 0 10 2D E 27 3A 42
Octal 333 270 170 0 20 55 16 47 72 102
Binary 11011011 10111000 1111000 0 10000 101101 1110 100111 111010 1000010

Color Harmonies of #DBB878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB878

Black with #DBB878

Text Example


Text Example

White with #DBB878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB878; }

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

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

background-color css

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

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

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

border-color css

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

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

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