Html Css Color HEX #DAB875 Straw

📋 copy color: '#DAB875'

red 218 ◦ green 184 ◦ blue 117

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

Shades of Straw #DAB875

Tints of Straw #DAB875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 22.54%

R = 42%
G = 35.45%
B = 22.54%

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

#DAB875 (or 0xDAB875) is known color: Straw. HEX triplet: DA, B8 and 75. RGB value is (218,184,117). Sum of RGB (Red+Green+Blue) = 218+184+117=519 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.00% from 519); Green value is 184 (72.27% from 255 or 35.45% from 519); Blue value is 117 (46.09% from 255 or 22.54% from 519); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB875 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB875 is #25478A. Grayscale: #BABABA. Windows color (decimal): -2443147 or 7715034. OLE color: 7715034.

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

Color convert

RGB 218 184 117 -
CMYK 0 0.16 0.46 0.15
HSL 39.8º 0.58% 0.66% -
HSV(B) 39.8º 0.46% 0.85% -
XYZ 49.26 50.47 23.97 -
YUV 186.53 88.76 150.45 -
System Red Green Blue C M Y K H S L
Decimal 218 184 117 0 0.16 0.46 0.15 39.8 0.58 0.66
Hex DA B8 75 0 10 2E F 28 3A 42
Octal 332 270 165 0 20 56 17 50 72 102
Binary 11011010 10111000 1110101 0 10000 101110 1111 101000 111010 1000010

Color Harmonies of #DAB875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB875

Black with #DAB875

Text Example


Text Example

White with #DAB875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB875; }

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

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

background-color css

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

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

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

border-color css

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

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

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