Html Css Color HEX #DBBB78 Straw

📋 copy color: '#DBBB78'

red 219 ◦ green 187 ◦ blue 120

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

Shades of Straw #DBBB78

Tints of Straw #DBBB78

RGB

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

 GREEN value IS 187 (73.44% from 255) = 35.55%

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

R = 41.63%
G = 35.55%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DBBB78 (or 0xDBBB78) is known color: Straw. HEX triplet: DB, BB and 78. RGB value is (219,187,120). Sum of RGB (Red+Green+Blue) = 219+187+120=526 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.63% from 526); Green value is 187 (73.44% from 255 or 35.55% from 526); Blue value is 120 (47.27% from 255 or 22.81% from 526); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBB78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBB78 is #244487. Grayscale: #BDBDBD. Windows color (decimal): -2376840 or 7912411. OLE color: 7912411.

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

Color convert

RGB 219 187 120 -
CMYK 0 0.15 0.45 0.14
HSL 40.61º 0.58% 0.66% -
HSV(B) 40.61º 0.45% 0.86% -
XYZ 50.37 51.96 25.14 -
YUV 188.93 89.1 149.45 -
System Red Green Blue C M Y K H S L
Decimal 219 187 120 0 0.15 0.45 0.14 40.61 0.58 0.66
Hex DB BB 78 0 F 2D E 29 3A 42
Octal 333 273 170 0 17 55 16 51 72 102
Binary 11011011 10111011 1111000 0 1111 101101 1110 101001 111010 1000010

Color Harmonies of #DBBB78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBB78

Black with #DBBB78

Text Example


Text Example

White with #DBBB78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBB78; }

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

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

background-color css

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

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

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

border-color css

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

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

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