Html Css Color HEX #DAB980 Straw

📋 copy color: '#DAB980'

red 218 ◦ green 185 ◦ blue 128

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

Shades of Straw #DAB980

Tints of Straw #DAB980

RGB

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

 GREEN value IS 185 (72.66% from 255) = 34.84%

 BLUE value IS 128 (50.39% from 255) = 24.11%

R = 41.05%
G = 34.84%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#DAB980 (or 0xDAB980) is known color: Straw. HEX triplet: DA, B9 and 80. RGB value is (218,185,128). Sum of RGB (Red+Green+Blue) = 218+185+128=531 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.05% from 531); Green value is 185 (72.66% from 255 or 34.84% from 531); Blue value is 128 (50.39% from 255 or 24.11% from 531); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB980 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB980 is #25467F. Grayscale: #BCBCBC. Windows color (decimal): -2442880 or 8436186. OLE color: 8436186.

HSL color Cylindrical-coordinate representation of color #DAB980: hue angle of 38º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DAB980 is Cyan = 0, Magento = 0.15, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 185 128 -
CMYK 0 0.15 0.41 0.15
HSL 38º 0.55% 0.68% -
HSV(B) 38º 0.41% 0.85% -
XYZ 50.16 51.16 27.65 -
YUV 188.37 93.93 149.13 -
System Red Green Blue C M Y K H S L
Decimal 218 185 128 0 0.15 0.41 0.15 38 0.55 0.68
Hex DA B9 80 0 F 29 F 26 37 44
Octal 332 271 200 0 17 51 17 46 67 104
Binary 11011010 10111001 10000000 0 1111 101001 1111 100110 110111 1000100

Color Harmonies of #DAB980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB980

Black with #DAB980

Text Example


Text Example

White with #DAB980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB980; }

 p { color: rgb(218,185,128); }

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

background-color css

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

 a { background-color: rgb(218,185,128); }

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

border-color css

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

 span { border-color: rgb(218,185,128); }

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