Html Css Color HEX #DAB881 Straw

📋 copy color: '#DAB881'

red 218 ◦ green 184 ◦ blue 129

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

Shades of Straw #DAB881

Tints of Straw #DAB881

RGB

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

 GREEN value IS 184 (72.27% from 255) = 34.65%

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

R = 41.05%
G = 34.65%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#DAB881 (or 0xDAB881) is known color: Straw. HEX triplet: DA, B8 and 81. RGB value is (218,184,129). Sum of RGB (Red+Green+Blue) = 218+184+129=531 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.05% from 531); Green value is 184 (72.27% from 255 or 34.65% from 531); Blue value is 129 (50.78% from 255 or 24.29% from 531); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB881 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB881 is #25477E. Grayscale: #BCBCBC. Windows color (decimal): -2443135 or 8501466. OLE color: 8501466.

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

Color convert

RGB 218 184 129 -
CMYK 0 0.16 0.41 0.15
HSL 37.08º 0.55% 0.68% -
HSV(B) 37.08º 0.41% 0.85% -
XYZ 50.02 50.77 27.93 -
YUV 187.9 94.76 149.47 -
System Red Green Blue C M Y K H S L
Decimal 218 184 129 0 0.16 0.41 0.15 37.08 0.55 0.68
Hex DA B8 81 0 10 29 F 25 37 44
Octal 332 270 201 0 20 51 17 45 67 104
Binary 11011010 10111000 10000001 0 10000 101001 1111 100101 110111 1000100

Color Harmonies of #DAB881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB881

Black with #DAB881

Text Example


Text Example

White with #DAB881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB881; }

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

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

background-color css

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

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

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

border-color css

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

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

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