Html Css Color HEX #DBB679 Straw

📋 copy color: '#DBB679'

red 219 ◦ green 182 ◦ blue 121

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

Shades of Straw #DBB679

Tints of Straw #DBB679

RGB

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

 GREEN value IS 182 (71.48% from 255) = 34.87%

 BLUE value IS 121 (47.66% from 255) = 23.18%

R = 41.95%
G = 34.87%
B = 23.18%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DBB679 (or 0xDBB679) is known color: Straw. HEX triplet: DB, B6 and 79. RGB value is (219,182,121). Sum of RGB (Red+Green+Blue) = 219+182+121=522 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.95% from 522); Green value is 182 (71.48% from 255 or 34.87% from 522); Blue value is 121 (47.66% from 255 or 23.18% from 522); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB679 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB679 is #244986. Grayscale: #BABABA. Windows color (decimal): -2378119 or 7976667. OLE color: 7976667.

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

Color convert

RGB 219 182 121 -
CMYK 0 0.17 0.45 0.14
HSL 37.35º 0.58% 0.67% -
HSV(B) 37.35º 0.45% 0.86% -
XYZ 49.39 49.9 25.12 -
YUV 186.11 91.26 151.46 -
System Red Green Blue C M Y K H S L
Decimal 219 182 121 0 0.17 0.45 0.14 37.35 0.58 0.67
Hex DB B6 79 0 11 2D E 25 3A 43
Octal 333 266 171 0 21 55 16 45 72 103
Binary 11011011 10110110 1111001 0 10001 101101 1110 100101 111010 1000011

Color Harmonies of #DBB679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB679

Black with #DBB679

Text Example


Text Example

White with #DBB679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB679; }

 p { color: rgb(219,182,121); }

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

background-color css

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

 a { background-color: rgb(219,182,121); }

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

border-color css

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

 span { border-color: rgb(219,182,121); }

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