Html Css Color HEX #DAB87F Straw

📋 copy color: '#DAB87F'

red 218 ◦ green 184 ◦ blue 127

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

Shades of Straw #DAB87F

Tints of Straw #DAB87F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 24.01%

R = 41.21%
G = 34.78%
B = 24.01%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#DAB87F (or 0xDAB87F) is known color: Straw. HEX triplet: DA, B8 and 7F. RGB value is (218,184,127). Sum of RGB (Red+Green+Blue) = 218+184+127=529 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.21% from 529); Green value is 184 (72.27% from 255 or 34.78% from 529); Blue value is 127 (50% from 255 or 24.01% from 529); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB87F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB87F is #254780. Grayscale: #BBBBBB. Windows color (decimal): -2443137 or 8370394. OLE color: 8370394.

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

Color convert

RGB 218 184 127 -
CMYK 0 0.16 0.42 0.15
HSL 37.58º 0.55% 0.68% -
HSV(B) 37.58º 0.42% 0.85% -
XYZ 49.88 50.72 27.24 -
YUV 187.67 93.76 149.63 -
System Red Green Blue C M Y K H S L
Decimal 218 184 127 0 0.16 0.42 0.15 37.58 0.55 0.68
Hex DA B8 7F 0 10 2A F 26 37 44
Octal 332 270 177 0 20 52 17 46 67 104
Binary 11011010 10111000 1111111 0 10000 101010 1111 100110 110111 1000100

Color Harmonies of #DAB87F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB87F

Black with #DAB87F

Text Example


Text Example

White with #DAB87F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB87F; }

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

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

background-color css

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

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

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

border-color css

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

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

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