Html Css Color HEX #DAB87E Straw

📋 copy color: '#DAB87E'

red 218 ◦ green 184 ◦ blue 126

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

Shades of Straw #DAB87E

Tints of Straw #DAB87E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 23.86%

R = 41.29%
G = 34.85%
B = 23.86%

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

#DAB87E (or 0xDAB87E) is known color: Straw. HEX triplet: DA, B8 and 7E. RGB value is (218,184,126). Sum of RGB (Red+Green+Blue) = 218+184+126=528 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.29% from 528); Green value is 184 (72.27% from 255 or 34.85% from 528); Blue value is 126 (49.61% from 255 or 23.86% from 528); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB87E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB87E is #254781. Grayscale: #BBBBBB. Windows color (decimal): -2443138 or 8304858. OLE color: 8304858.

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

Color convert

RGB 218 184 126 -
CMYK 0 0.16 0.42 0.15
HSL 37.83º 0.55% 0.67% -
HSV(B) 37.83º 0.42% 0.85% -
XYZ 49.82 50.69 26.9 -
YUV 187.55 93.26 149.72 -
System Red Green Blue C M Y K H S L
Decimal 218 184 126 0 0.16 0.42 0.15 37.83 0.55 0.67
Hex DA B8 7E 0 10 2A F 26 37 43
Octal 332 270 176 0 20 52 17 46 67 103
Binary 11011010 10111000 1111110 0 10000 101010 1111 100110 110111 1000011

Color Harmonies of #DAB87E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB87E

Black with #DAB87E

Text Example


Text Example

White with #DAB87E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB87E; }

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

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

background-color css

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

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

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

border-color css

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

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

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