Html Css Color HEX #DAB778 Straw

📋 copy color: '#DAB778'

red 218 ◦ green 183 ◦ blue 120

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

Shades of Straw #DAB778

Tints of Straw #DAB778

RGB

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

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

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

R = 41.84%
G = 35.12%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#DAB778 (or 0xDAB778) is known color: Straw. HEX triplet: DA, B7 and 78. RGB value is (218,183,120). Sum of RGB (Red+Green+Blue) = 218+183+120=521 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.84% from 521); Green value is 183 (71.88% from 255 or 35.12% from 521); Blue value is 120 (47.27% from 255 or 23.03% from 521); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB778 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB778 is #254887. Grayscale: #BABABA. Windows color (decimal): -2443400 or 7911386. OLE color: 7911386.

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

Color convert

RGB 218 183 120 -
CMYK 0 0.16 0.45 0.15
HSL 38.57º 0.57% 0.66% -
HSV(B) 38.57º 0.45% 0.85% -
XYZ 49.24 50.13 24.85 -
YUV 186.28 90.6 150.62 -
System Red Green Blue C M Y K H S L
Decimal 218 183 120 0 0.16 0.45 0.15 38.57 0.57 0.66
Hex DA B7 78 0 10 2D F 27 39 42
Octal 332 267 170 0 20 55 17 47 71 102
Binary 11011010 10110111 1111000 0 10000 101101 1111 100111 111001 1000010

Color Harmonies of #DAB778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB778

Black with #DAB778

Text Example


Text Example

White with #DAB778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB778; }

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

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

background-color css

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

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

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

border-color css

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

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

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