Html Css Color HEX #DAB677 Straw

📋 copy color: '#DAB677'

red 218 ◦ green 182 ◦ blue 119

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

Shades of Straw #DAB677

Tints of Straw #DAB677

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 22.93%

R = 42%
G = 35.07%
B = 22.93%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#DAB677 (or 0xDAB677) is known color: Straw. HEX triplet: DA, B6 and 77. RGB value is (218,182,119). Sum of RGB (Red+Green+Blue) = 218+182+119=519 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.00% from 519); Green value is 182 (71.48% from 255 or 35.07% from 519); Blue value is 119 (46.88% from 255 or 22.93% from 519); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB677 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB677 is #254988. Grayscale: #B9B9B9. Windows color (decimal): -2443657 or 7845594. OLE color: 7845594.

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

Color convert

RGB 218 182 119 -
CMYK 0 0.17 0.45 0.15
HSL 38.18º 0.57% 0.66% -
HSV(B) 38.18º 0.45% 0.85% -
XYZ 48.97 49.69 24.46 -
YUV 185.58 90.43 151.12 -
System Red Green Blue C M Y K H S L
Decimal 218 182 119 0 0.17 0.45 0.15 38.18 0.57 0.66
Hex DA B6 77 0 11 2D F 26 39 42
Octal 332 266 167 0 21 55 17 46 71 102
Binary 11011010 10110110 1110111 0 10001 101101 1111 100110 111001 1000010

Color Harmonies of #DAB677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB677

Black with #DAB677

Text Example


Text Example

White with #DAB677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB677; }

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

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

background-color css

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

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

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

border-color css

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

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

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