Html Css Color HEX #DAB77C Straw

📋 copy color: '#DAB77C'

red 218 ◦ green 183 ◦ blue 124

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

Shades of Straw #DAB77C

Tints of Straw #DAB77C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 23.62%

R = 41.52%
G = 34.86%
B = 23.62%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#DAB77C (or 0xDAB77C) is known color: Straw. HEX triplet: DA, B7 and 7C. RGB value is (218,183,124). Sum of RGB (Red+Green+Blue) = 218+183+124=525 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.52% from 525); Green value is 183 (71.88% from 255 or 34.86% from 525); Blue value is 124 (48.83% from 255 or 23.62% from 525); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB77C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB77C is #254883. Grayscale: #BBBBBB. Windows color (decimal): -2443396 or 8173530. OLE color: 8173530.

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

Color convert

RGB 218 183 124 -
CMYK 0 0.16 0.43 0.15
HSL 37.66º 0.56% 0.67% -
HSV(B) 37.66º 0.43% 0.85% -
XYZ 49.49 50.23 26.16 -
YUV 186.74 92.6 150.3 -
System Red Green Blue C M Y K H S L
Decimal 218 183 124 0 0.16 0.43 0.15 37.66 0.56 0.67
Hex DA B7 7C 0 10 2B F 26 38 43
Octal 332 267 174 0 20 53 17 46 70 103
Binary 11011010 10110111 1111100 0 10000 101011 1111 100110 111000 1000011

Color Harmonies of #DAB77C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB77C

Black with #DAB77C

Text Example


Text Example

White with #DAB77C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB77C; }

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

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

background-color css

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

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

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

border-color css

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

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

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