Html Css Color HEX #D58460 Burning Sand

📋 copy color: '#D58460'

red 213 ◦ green 132 ◦ blue 96

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

Shades of Burning Sand #D58460

Tints of Burning Sand #D58460

RGB

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

 GREEN value IS 132 (51.95% from 255) = 29.93%

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

R = 48.3%
G = 29.93%
B = 21.77%

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

#D58460 (or 0xD58460) is known color: Burning Sand. HEX triplet: D5, 84 and 60. RGB value is (213,132,96). Sum of RGB (Red+Green+Blue) = 213+132+96=441 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.30% from 441); Green value is 132 (51.95% from 255 or 29.93% from 441); Blue value is 96 (37.89% from 255 or 21.77% from 441); Max value from RGB is 213 - color contains mainly: red. Hex color #D58460 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58460 is #2A7B9F. Grayscale: #989898. Windows color (decimal): -2784160 or 6325461. OLE color: 6325461.

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

Color convert

RGB 213 132 96 -
CMYK 0 0.38 0.55 0.16
HSL 18.46º 0.58% 0.61% -
HSV(B) 18.46º 0.55% 0.84% -
XYZ 37.8 31.49 15.15 -
YUV 152.12 96.34 171.43 -
System Red Green Blue C M Y K H S L
Decimal 213 132 96 0 0.38 0.55 0.16 18.46 0.58 0.61
Hex D5 84 60 0 26 37 10 12 3A 3D
Octal 325 204 140 0 46 67 20 22 72 75
Binary 11010101 10000100 1100000 0 100110 110111 10000 10010 111010 111101

Color Harmonies of #D58460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58460

Black with #D58460

Text Example


Text Example

White with #D58460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58460; }

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

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

background-color css

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

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

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

border-color css

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

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

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