Html Css Color HEX #DAB77E Straw

📋 copy color: '#DAB77E'

red 218 ◦ green 183 ◦ blue 126

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

Shades of Straw #DAB77E

Tints of Straw #DAB77E

RGB

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

 GREEN value IS 183 (71.88% from 255) = 34.72%

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

R = 41.37%
G = 34.72%
B = 23.91%

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

#DAB77E (or 0xDAB77E) is known color: Straw. HEX triplet: DA, B7 and 7E. RGB value is (218,183,126). Sum of RGB (Red+Green+Blue) = 218+183+126=527 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.37% from 527); Green value is 183 (71.88% from 255 or 34.72% from 527); Blue value is 126 (49.61% from 255 or 23.91% from 527); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB77E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB77E is #254881. Grayscale: #BBBBBB. Windows color (decimal): -2443394 or 8304602. OLE color: 8304602.

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

Color convert

RGB 218 183 126 -
CMYK 0 0.16 0.42 0.15
HSL 37.17º 0.55% 0.67% -
HSV(B) 37.17º 0.42% 0.85% -
XYZ 49.61 50.28 26.83 -
YUV 186.97 93.6 150.13 -
System Red Green Blue C M Y K H S L
Decimal 218 183 126 0 0.16 0.42 0.15 37.17 0.55 0.67
Hex DA B7 7E 0 10 2A F 25 37 43
Octal 332 267 176 0 20 52 17 45 67 103
Binary 11011010 10110111 1111110 0 10000 101010 1111 100101 110111 1000011

Color Harmonies of #DAB77E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB77E

Black with #DAB77E

Text Example


Text Example

White with #DAB77E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB77E; }

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

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

background-color css

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

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

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

border-color css

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

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

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