Html Css Color HEX #DA8055 Burning Sand

📋 copy color: '#DA8055'

red 218 ◦ green 128 ◦ blue 85

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

Shades of Burning Sand #DA8055

Tints of Burning Sand #DA8055

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 19.72%

R = 50.58%
G = 29.7%
B = 19.72%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#DA8055 (or 0xDA8055) is known color: Burning Sand. HEX triplet: DA, 80 and 55. RGB value is (218,128,85). Sum of RGB (Red+Green+Blue) = 218+128+85=431 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.58% from 431); Green value is 128 (50.39% from 255 or 29.70% from 431); Blue value is 85 (33.59% from 255 or 19.72% from 431); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8055 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8055 is #257FAA. Grayscale: #969696. Windows color (decimal): -2457515 or 5603546. OLE color: 5603546.

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

Color convert

RGB 218 128 85 -
CMYK 0 0.41 0.61 0.15
HSL 19.4º 0.64% 0.59% -
HSV(B) 19.4º 0.61% 0.85% -
XYZ 38.27 31 12.56 -
YUV 150.01 91.32 176.5 -
System Red Green Blue C M Y K H S L
Decimal 218 128 85 0 0.41 0.61 0.15 19.4 0.64 0.59
Hex DA 80 55 0 29 3D F 13 40 3B
Octal 332 200 125 0 51 75 17 23 100 73
Binary 11011010 10000000 1010101 0 101001 111101 1111 10011 1000000 111011

Color Harmonies of #DA8055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8055

Black with #DA8055

Text Example


Text Example

White with #DA8055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8055; }

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

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

background-color css

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

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

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

border-color css

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

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

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