Html Css Color HEX #DA8064 Burning Sand

📋 copy color: '#DA8064'

red 218 ◦ green 128 ◦ blue 100

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

Shades of Burning Sand #DA8064

Tints of Burning Sand #DA8064

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.7%

 BLUE value IS 100 (39.45% from 255) = 22.42%

R = 48.88%
G = 28.7%
B = 22.42%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#DA8064 (or 0xDA8064) is known color: Burning Sand. HEX triplet: DA, 80 and 64. RGB value is (218,128,100). Sum of RGB (Red+Green+Blue) = 218+128+100=446 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.88% from 446); Green value is 128 (50.39% from 255 or 28.70% from 446); Blue value is 100 (39.45% from 255 or 22.42% from 446); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8064 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8064 is #257F9B. Grayscale: #979797. Windows color (decimal): -2457500 or 6586586. OLE color: 6586586.

HSL color Cylindrical-coordinate representation of color #DA8064: hue angle of 14.24º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DA8064 is Cyan = 0, Magento = 0.41, Yellow = 0.54 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 128 100 -
CMYK 0 0.41 0.54 0.15
HSL 14.24º 0.61% 0.62% -
HSV(B) 14.24º 0.54% 0.85% -
XYZ 38.93 31.26 16.04 -
YUV 151.72 98.82 175.28 -
System Red Green Blue C M Y K H S L
Decimal 218 128 100 0 0.41 0.54 0.15 14.24 0.61 0.62
Hex DA 80 64 0 29 36 F E 3D 3E
Octal 332 200 144 0 51 66 17 16 75 76
Binary 11011010 10000000 1100100 0 101001 110110 1111 1110 111101 111110

Color Harmonies of #DA8064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8064

Black with #DA8064

Text Example


Text Example

White with #DA8064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8064; }

 p { color: rgb(218,128,100); }

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

background-color css

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

 a { background-color: rgb(218,128,100); }

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

border-color css

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

 span { border-color: rgb(218,128,100); }

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