Html Css Color HEX #D58060 Burning Sand

📋 copy color: '#D58060'

red 213 ◦ green 128 ◦ blue 96

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

Shades of Burning Sand #D58060

Tints of Burning Sand #D58060

RGB

 RED value IS 213 (83.59% from 255) = 48.74%

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

 BLUE value IS 96 (37.89% from 255) = 21.97%

R = 48.74%
G = 29.29%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D58060 (or 0xD58060) is known color: Burning Sand. HEX triplet: D5, 80 and 60. RGB value is (213,128,96). Sum of RGB (Red+Green+Blue) = 213+128+96=437 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.74% from 437); Green value is 128 (50.39% from 255 or 29.29% from 437); Blue value is 96 (37.89% from 255 or 21.97% from 437); Max value from RGB is 213 - color contains mainly: red. Hex color #D58060 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58060 is #2A7F9F. Grayscale: #959595. Windows color (decimal): -2785184 or 6324437. OLE color: 6324437.

HSL color Cylindrical-coordinate representation of color #D58060: hue angle of 16.41º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D58060 is Cyan = 0, Magento = 0.40, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 128 96 -
CMYK 0 0.40 0.55 0.16
HSL 16.41º 0.58% 0.61% -
HSV(B) 16.41º 0.55% 0.84% -
XYZ 37.27 30.43 14.98 -
YUV 149.77 97.66 173.1 -
System Red Green Blue C M Y K H S L
Decimal 213 128 96 0 0.40 0.55 0.16 16.41 0.58 0.61
Hex D5 80 60 0 28 37 10 10 3A 3D
Octal 325 200 140 0 50 67 20 20 72 75
Binary 11010101 10000000 1100000 0 101000 110111 10000 10000 111010 111101

Color Harmonies of #D58060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58060

Black with #D58060

Text Example


Text Example

White with #D58060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58060; }

 p { color: rgb(213,128,96); }

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

background-color css

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

 a { background-color: rgb(213,128,96); }

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

border-color css

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

 span { border-color: rgb(213,128,96); }

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