Html Css Color HEX #DAB878 Straw

📋 copy color: '#DAB878'

red 218 ◦ green 184 ◦ blue 120

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

Shades of Straw #DAB878

Tints of Straw #DAB878

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 22.99%

R = 41.76%
G = 35.25%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#DAB878 (or 0xDAB878) is known color: Straw. HEX triplet: DA, B8 and 78. RGB value is (218,184,120). Sum of RGB (Red+Green+Blue) = 218+184+120=522 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.76% from 522); Green value is 184 (72.27% from 255 or 35.25% from 522); Blue value is 120 (47.27% from 255 or 22.99% from 522); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB878 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB878 is #254787. Grayscale: #BBBBBB. Windows color (decimal): -2443144 or 7911642. OLE color: 7911642.

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

Color convert

RGB 218 184 120 -
CMYK 0 0.16 0.45 0.15
HSL 39.18º 0.57% 0.66% -
HSV(B) 39.18º 0.45% 0.85% -
XYZ 49.44 50.54 24.92 -
YUV 186.87 90.26 150.2 -
System Red Green Blue C M Y K H S L
Decimal 218 184 120 0 0.16 0.45 0.15 39.18 0.57 0.66
Hex DA B8 78 0 10 2D F 27 39 42
Octal 332 270 170 0 20 55 17 47 71 102
Binary 11011010 10111000 1111000 0 10000 101101 1111 100111 111001 1000010

Color Harmonies of #DAB878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB878

Black with #DAB878

Text Example


Text Example

White with #DAB878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB878; }

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

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

background-color css

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

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

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

border-color css

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

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

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