Html Css Color HEX #DBB77A Straw

📋 copy color: '#DBB77A'

red 219 ◦ green 183 ◦ blue 122

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

Shades of Straw #DBB77A

Tints of Straw #DBB77A

RGB

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

 GREEN value IS 183 (71.88% from 255) = 34.92%

 BLUE value IS 122 (48.05% from 255) = 23.28%

R = 41.79%
G = 34.92%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#DBB77A (or 0xDBB77A) is known color: Straw. HEX triplet: DB, B7 and 7A. RGB value is (219,183,122). Sum of RGB (Red+Green+Blue) = 219+183+122=524 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.79% from 524); Green value is 183 (71.88% from 255 or 34.92% from 524); Blue value is 122 (48.05% from 255 or 23.28% from 524); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB77A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB77A is #244885. Grayscale: #BBBBBB. Windows color (decimal): -2377862 or 8042459. OLE color: 8042459.

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

Color convert

RGB 219 183 122 -
CMYK 0 0.16 0.44 0.14
HSL 37.73º 0.57% 0.67% -
HSV(B) 37.73º 0.44% 0.86% -
XYZ 49.66 50.33 25.51 -
YUV 186.81 91.43 150.96 -
System Red Green Blue C M Y K H S L
Decimal 219 183 122 0 0.16 0.44 0.14 37.73 0.57 0.67
Hex DB B7 7A 0 10 2C E 26 39 43
Octal 333 267 172 0 20 54 16 46 71 103
Binary 11011011 10110111 1111010 0 10000 101100 1110 100110 111001 1000011

Color Harmonies of #DBB77A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB77A

Black with #DBB77A

Text Example


Text Example

White with #DBB77A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB77A; }

 p { color: rgb(219,183,122); }

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

background-color css

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

 a { background-color: rgb(219,183,122); }

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

border-color css

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

 span { border-color: rgb(219,183,122); }

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