Html Css Color HEX #DAB982 Straw

📋 copy color: '#DAB982'

red 218 ◦ green 185 ◦ blue 130

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

Shades of Straw #DAB982

Tints of Straw #DAB982

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 24.39%

R = 40.9%
G = 34.71%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#DAB982 (or 0xDAB982) is known color: Straw. HEX triplet: DA, B9 and 82. RGB value is (218,185,130). Sum of RGB (Red+Green+Blue) = 218+185+130=533 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.90% from 533); Green value is 185 (72.66% from 255 or 34.71% from 533); Blue value is 130 (51.17% from 255 or 24.39% from 533); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB982 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB982 is #25467D. Grayscale: #BCBCBC. Windows color (decimal): -2442878 or 8567258. OLE color: 8567258.

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

Color convert

RGB 218 185 130 -
CMYK 0 0.15 0.40 0.15
HSL 37.5º 0.54% 0.68% -
HSV(B) 37.5º 0.4% 0.85% -
XYZ 50.29 51.22 28.35 -
YUV 188.6 94.93 148.97 -
System Red Green Blue C M Y K H S L
Decimal 218 185 130 0 0.15 0.40 0.15 37.5 0.54 0.68
Hex DA B9 82 0 F 28 F 26 36 44
Octal 332 271 202 0 17 50 17 46 66 104
Binary 11011010 10111001 10000010 0 1111 101000 1111 100110 110110 1000100

Color Harmonies of #DAB982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB982

Black with #DAB982

Text Example


Text Example

White with #DAB982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB982; }

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

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

background-color css

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

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

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

border-color css

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

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

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