Html Css Color HEX #DABA78 Straw

📋 copy color: '#DABA78'

red 218 ◦ green 186 ◦ blue 120

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

Shades of Straw #DABA78

Tints of Straw #DABA78

RGB

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

 GREEN value IS 186 (73.05% from 255) = 35.5%

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

R = 41.6%
G = 35.5%
B = 22.9%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#DABA78 (or 0xDABA78) is known color: Straw. HEX triplet: DA, BA and 78. RGB value is (218,186,120). Sum of RGB (Red+Green+Blue) = 218+186+120=524 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.60% from 524); Green value is 186 (73.05% from 255 or 35.50% from 524); Blue value is 120 (47.27% from 255 or 22.90% from 524); Max value from RGB is 218 - color contains mainly: red. Hex color #DABA78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABA78 is #254587. Grayscale: #BCBCBC. Windows color (decimal): -2442632 or 7912154. OLE color: 7912154.

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

Color convert

RGB 218 186 120 -
CMYK 0 0.15 0.45 0.15
HSL 40.41º 0.57% 0.66% -
HSV(B) 40.41º 0.45% 0.85% -
XYZ 49.86 51.38 25.06 -
YUV 188.04 89.6 149.37 -
System Red Green Blue C M Y K H S L
Decimal 218 186 120 0 0.15 0.45 0.15 40.41 0.57 0.66
Hex DA BA 78 0 F 2D F 28 39 42
Octal 332 272 170 0 17 55 17 50 71 102
Binary 11011010 10111010 1111000 0 1111 101101 1111 101000 111001 1000010

Color Harmonies of #DABA78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABA78

Black with #DABA78

Text Example


Text Example

White with #DABA78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABA78; }

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

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

background-color css

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

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

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

border-color css

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

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

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