Html Css Color HEX #DAB876 Straw

📋 copy color: '#DAB876'

red 218 ◦ green 184 ◦ blue 118

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

Shades of Straw #DAB876

Tints of Straw #DAB876

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 22.69%

R = 41.92%
G = 35.38%
B = 22.69%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#DAB876 (or 0xDAB876) is known color: Straw. HEX triplet: DA, B8 and 76. RGB value is (218,184,118). Sum of RGB (Red+Green+Blue) = 218+184+118=520 (68% of max value = 765). Red value is 218 (85.55% from 255 or 41.92% from 520); Green value is 184 (72.27% from 255 or 35.38% from 520); Blue value is 118 (46.48% from 255 or 22.69% from 520); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB876 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB876 is #254789. Grayscale: #BABABA. Windows color (decimal): -2443146 or 7780570. OLE color: 7780570.

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

Color convert

RGB 218 184 118 -
CMYK 0 0.16 0.46 0.15
HSL 39.6º 0.57% 0.66% -
HSV(B) 39.6º 0.46% 0.85% -
XYZ 49.32 50.49 24.29 -
YUV 186.64 89.26 150.37 -
System Red Green Blue C M Y K H S L
Decimal 218 184 118 0 0.16 0.46 0.15 39.6 0.57 0.66
Hex DA B8 76 0 10 2E F 28 39 42
Octal 332 270 166 0 20 56 17 50 71 102
Binary 11011010 10111000 1110110 0 10000 101110 1111 101000 111001 1000010

Color Harmonies of #DAB876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB876

Black with #DAB876

Text Example


Text Example

White with #DAB876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB876; }

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

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

background-color css

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

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

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

border-color css

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

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

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