Html Css Color HEX #DAB77D Straw

📋 copy color: '#DAB77D'

red 218 ◦ green 183 ◦ blue 125

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

Shades of Straw #DAB77D

Tints of Straw #DAB77D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 23.76%

R = 41.44%
G = 34.79%
B = 23.76%

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

#DAB77D (or 0xDAB77D) is known color: Straw. HEX triplet: DA, B7 and 7D. RGB value is (218,183,125). Sum of RGB (Red+Green+Blue) = 218+183+125=526 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.44% from 526); Green value is 183 (71.88% from 255 or 34.79% from 526); Blue value is 125 (49.22% from 255 or 23.76% from 526); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB77D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB77D is #254882. Grayscale: #BBBBBB. Windows color (decimal): -2443395 or 8239066. OLE color: 8239066.

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

Color convert

RGB 218 183 125 -
CMYK 0 0.16 0.43 0.15
HSL 37.42º 0.56% 0.67% -
HSV(B) 37.42º 0.43% 0.85% -
XYZ 49.55 50.25 26.49 -
YUV 186.85 93.1 150.22 -
System Red Green Blue C M Y K H S L
Decimal 218 183 125 0 0.16 0.43 0.15 37.42 0.56 0.67
Hex DA B7 7D 0 10 2B F 25 38 43
Octal 332 267 175 0 20 53 17 45 70 103
Binary 11011010 10110111 1111101 0 10000 101011 1111 100101 111000 1000011

Color Harmonies of #DAB77D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB77D

Black with #DAB77D

Text Example


Text Example

White with #DAB77D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB77D; }

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

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

background-color css

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

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

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

border-color css

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

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

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