Html Css Color HEX #DAB981 Straw

📋 copy color: '#DAB981'

red 218 ◦ green 185 ◦ blue 129

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

Shades of Straw #DAB981

Tints of Straw #DAB981

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 24.25%

R = 40.98%
G = 34.77%
B = 24.25%

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

#DAB981 (or 0xDAB981) is known color: Straw. HEX triplet: DA, B9 and 81. RGB value is (218,185,129). Sum of RGB (Red+Green+Blue) = 218+185+129=532 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.98% from 532); Green value is 185 (72.66% from 255 or 34.77% from 532); Blue value is 129 (50.78% from 255 or 24.25% from 532); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB981 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB981 is #25467E. Grayscale: #BCBCBC. Windows color (decimal): -2442879 or 8501722. OLE color: 8501722.

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

Color convert

RGB 218 185 129 -
CMYK 0 0.15 0.41 0.15
HSL 37.75º 0.55% 0.68% -
HSV(B) 37.75º 0.41% 0.85% -
XYZ 50.22 51.19 28 -
YUV 188.48 94.43 149.05 -
System Red Green Blue C M Y K H S L
Decimal 218 185 129 0 0.15 0.41 0.15 37.75 0.55 0.68
Hex DA B9 81 0 F 29 F 26 37 44
Octal 332 271 201 0 17 51 17 46 67 104
Binary 11011010 10111001 10000001 0 1111 101001 1111 100110 110111 1000100

Color Harmonies of #DAB981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB981

Black with #DAB981

Text Example


Text Example

White with #DAB981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB981; }

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

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

background-color css

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

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

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

border-color css

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

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

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