Html Css Color HEX #DAB676 Straw

📋 copy color: '#DAB676'

red 218 ◦ green 182 ◦ blue 118

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

Shades of Straw #DAB676

Tints of Straw #DAB676

RGB

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

 GREEN value IS 182 (71.48% from 255) = 35.14%

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

R = 42.08%
G = 35.14%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#DAB676 (or 0xDAB676) is known color: Straw. HEX triplet: DA, B6 and 76. RGB value is (218,182,118). Sum of RGB (Red+Green+Blue) = 218+182+118=518 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.08% from 518); Green value is 182 (71.48% from 255 or 35.14% from 518); Blue value is 118 (46.48% from 255 or 22.78% from 518); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB676 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB676 is #254989. Grayscale: #B9B9B9. Windows color (decimal): -2443658 or 7780058. OLE color: 7780058.

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

Color convert

RGB 218 182 118 -
CMYK 0 0.17 0.46 0.15
HSL 38.4º 0.57% 0.66% -
HSV(B) 38.4º 0.46% 0.85% -
XYZ 48.91 49.67 24.15 -
YUV 185.47 89.93 151.2 -
System Red Green Blue C M Y K H S L
Decimal 218 182 118 0 0.17 0.46 0.15 38.4 0.57 0.66
Hex DA B6 76 0 11 2E F 26 39 42
Octal 332 266 166 0 21 56 17 46 71 102
Binary 11011010 10110110 1110110 0 10001 101110 1111 100110 111001 1000010

Color Harmonies of #DAB676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB676

Black with #DAB676

Text Example


Text Example

White with #DAB676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB676; }

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

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

background-color css

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

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

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

border-color css

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

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

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