Html Css Color HEX #D58360 Burning Sand

📋 copy color: '#D58360'

red 213 ◦ green 131 ◦ blue 96

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

Shades of Burning Sand #D58360

Tints of Burning Sand #D58360

RGB

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

 GREEN value IS 131 (51.56% from 255) = 29.77%

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

R = 48.41%
G = 29.77%
B = 21.82%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D58360 (or 0xD58360) is known color: Burning Sand. HEX triplet: D5, 83 and 60. RGB value is (213,131,96). Sum of RGB (Red+Green+Blue) = 213+131+96=440 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.41% from 440); Green value is 131 (51.56% from 255 or 29.77% from 440); Blue value is 96 (37.89% from 255 or 21.82% from 440); Max value from RGB is 213 - color contains mainly: red. Hex color #D58360 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58360 is #2A7C9F. Grayscale: #979797. Windows color (decimal): -2784416 or 6325205. OLE color: 6325205.

HSL color Cylindrical-coordinate representation of color #D58360: hue angle of 17.95º 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 #D58360 is Cyan = 0, Magento = 0.38, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 131 96 -
CMYK 0 0.38 0.55 0.16
HSL 17.95º 0.58% 0.61% -
HSV(B) 17.95º 0.55% 0.84% -
XYZ 37.67 31.22 15.11 -
YUV 151.53 96.67 171.85 -
System Red Green Blue C M Y K H S L
Decimal 213 131 96 0 0.38 0.55 0.16 17.95 0.58 0.61
Hex D5 83 60 0 26 37 10 12 3A 3D
Octal 325 203 140 0 46 67 20 22 72 75
Binary 11010101 10000011 1100000 0 100110 110111 10000 10010 111010 111101

Color Harmonies of #D58360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58360

Black with #D58360

Text Example


Text Example

White with #D58360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58360; }

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

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

background-color css

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

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

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

border-color css

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

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

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