Html Css Color HEX #DAB87A Straw

📋 copy color: '#DAB87A'

red 218 ◦ green 184 ◦ blue 122

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

Shades of Straw #DAB87A

Tints of Straw #DAB87A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 23.28%

R = 41.6%
G = 35.11%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#DAB87A (or 0xDAB87A) is known color: Straw. HEX triplet: DA, B8 and 7A. RGB value is (218,184,122). Sum of RGB (Red+Green+Blue) = 218+184+122=524 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.60% from 524); Green value is 184 (72.27% from 255 or 35.11% from 524); Blue value is 122 (48.05% from 255 or 23.28% from 524); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB87A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB87A is #254785. Grayscale: #BBBBBB. Windows color (decimal): -2443142 or 8042714. OLE color: 8042714.

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

Color convert

RGB 218 184 122 -
CMYK 0 0.16 0.44 0.15
HSL 38.75º 0.56% 0.67% -
HSV(B) 38.75º 0.44% 0.85% -
XYZ 49.57 50.59 25.57 -
YUV 187.1 91.26 150.04 -
System Red Green Blue C M Y K H S L
Decimal 218 184 122 0 0.16 0.44 0.15 38.75 0.56 0.67
Hex DA B8 7A 0 10 2C F 27 38 43
Octal 332 270 172 0 20 54 17 47 70 103
Binary 11011010 10111000 1111010 0 10000 101100 1111 100111 111000 1000011

Color Harmonies of #DAB87A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB87A

Black with #DAB87A

Text Example


Text Example

White with #DAB87A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB87A; }

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

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

background-color css

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

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

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

border-color css

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

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

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