Html Css Color HEX #DAB983 Straw

📋 copy color: '#DAB983'

red 218 ◦ green 185 ◦ blue 131

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

Shades of Straw #DAB983

Tints of Straw #DAB983

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 24.53%

R = 40.82%
G = 34.64%
B = 24.53%

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

#DAB983 (or 0xDAB983) is known color: Straw. HEX triplet: DA, B9 and 83. RGB value is (218,185,131). Sum of RGB (Red+Green+Blue) = 218+185+131=534 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.82% from 534); Green value is 185 (72.66% from 255 or 34.64% from 534); Blue value is 131 (51.56% from 255 or 24.53% from 534); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB983 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB983 is #25467C. Grayscale: #BCBCBC. Windows color (decimal): -2442877 or 8632794. OLE color: 8632794.

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

Color convert

RGB 218 185 131 -
CMYK 0 0.15 0.40 0.15
HSL 37.24º 0.54% 0.68% -
HSV(B) 37.24º 0.4% 0.85% -
XYZ 50.36 51.24 28.71 -
YUV 188.71 95.43 148.89 -
System Red Green Blue C M Y K H S L
Decimal 218 185 131 0 0.15 0.40 0.15 37.24 0.54 0.68
Hex DA B9 83 0 F 28 F 25 36 44
Octal 332 271 203 0 17 50 17 45 66 104
Binary 11011010 10111001 10000011 0 1111 101000 1111 100101 110110 1000100

Color Harmonies of #DAB983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB983

Black with #DAB983

Text Example


Text Example

White with #DAB983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB983; }

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

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

background-color css

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

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

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

border-color css

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

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

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