Html Css Color HEX #DAB578 Straw

📋 copy color: '#DAB578'

red 218 ◦ green 181 ◦ blue 120

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

Shades of Straw #DAB578

Tints of Straw #DAB578

RGB

 RED value IS 218 (85.55% from 255) = 42%

 GREEN value IS 181 (71.09% from 255) = 34.87%

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

R = 42%
G = 34.87%
B = 23.12%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#DAB578 (or 0xDAB578) is known color: Straw. HEX triplet: DA, B5 and 78. RGB value is (218,181,120). Sum of RGB (Red+Green+Blue) = 218+181+120=519 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.00% from 519); Green value is 181 (71.09% from 255 or 34.87% from 519); Blue value is 120 (47.27% from 255 or 23.12% from 519); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB578 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB578 is #254A87. Grayscale: #B9B9B9. Windows color (decimal): -2443912 or 7910874. OLE color: 7910874.

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

Color convert

RGB 218 181 120 -
CMYK 0 0.17 0.45 0.15
HSL 37.35º 0.57% 0.66% -
HSV(B) 37.35º 0.45% 0.85% -
XYZ 48.83 49.31 24.71 -
YUV 185.11 91.26 151.46 -
System Red Green Blue C M Y K H S L
Decimal 218 181 120 0 0.17 0.45 0.15 37.35 0.57 0.66
Hex DA B5 78 0 11 2D F 25 39 42
Octal 332 265 170 0 21 55 17 45 71 102
Binary 11011010 10110101 1111000 0 10001 101101 1111 100101 111001 1000010

Color Harmonies of #DAB578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB578

Black with #DAB578

Text Example


Text Example

White with #DAB578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB578; }

 p { color: rgb(218,181,120); }

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

background-color css

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

 a { background-color: rgb(218,181,120); }

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

border-color css

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

 span { border-color: rgb(218,181,120); }

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