Html Css Color HEX #DABA81 Straw

📋 copy color: '#DABA81'

red 218 ◦ green 186 ◦ blue 129

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

Shades of Straw #DABA81

Tints of Straw #DABA81

RGB

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

 GREEN value IS 186 (73.05% from 255) = 34.9%

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

R = 40.9%
G = 34.9%
B = 24.2%

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

#DABA81 (or 0xDABA81) is known color: Straw. HEX triplet: DA, BA and 81. RGB value is (218,186,129). Sum of RGB (Red+Green+Blue) = 218+186+129=533 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.90% from 533); Green value is 186 (73.05% from 255 or 34.90% from 533); Blue value is 129 (50.78% from 255 or 24.20% from 533); Max value from RGB is 218 - color contains mainly: red. Hex color #DABA81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABA81 is #25457E. Grayscale: #BDBDBD. Windows color (decimal): -2442623 or 8501978. OLE color: 8501978.

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

Color convert

RGB 218 186 129 -
CMYK 0 0.15 0.41 0.15
HSL 38.43º 0.55% 0.68% -
HSV(B) 38.43º 0.41% 0.85% -
XYZ 50.43 51.61 28.07 -
YUV 189.07 94.1 148.63 -
System Red Green Blue C M Y K H S L
Decimal 218 186 129 0 0.15 0.41 0.15 38.43 0.55 0.68
Hex DA BA 81 0 F 29 F 26 37 44
Octal 332 272 201 0 17 51 17 46 67 104
Binary 11011010 10111010 10000001 0 1111 101001 1111 100110 110111 1000100

Color Harmonies of #DABA81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABA81

Black with #DABA81

Text Example


Text Example

White with #DABA81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABA81; }

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

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

background-color css

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

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

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

border-color css

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

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

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