Html Css Color HEX #D58458 Burning Sand

📋 copy color: '#D58458'

red 213 ◦ green 132 ◦ blue 88

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

Shades of Burning Sand #D58458

Tints of Burning Sand #D58458

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 20.32%

R = 49.19%
G = 30.48%
B = 20.32%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.59

 K value IS 0.16

RGB Variations

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

Color information

#D58458 (or 0xD58458) is known color: Burning Sand. HEX triplet: D5, 84 and 58. RGB value is (213,132,88). Sum of RGB (Red+Green+Blue) = 213+132+88=433 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.19% from 433); Green value is 132 (51.95% from 255 or 30.48% from 433); Blue value is 88 (34.77% from 255 or 20.32% from 433); Max value from RGB is 213 - color contains mainly: red. Hex color #D58458 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58458 is #2A7BA7. Grayscale: #979797. Windows color (decimal): -2784168 or 5801173. OLE color: 5801173.

HSL color Cylindrical-coordinate representation of color #D58458: hue angle of 21.12º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D58458 is Cyan = 0, Magento = 0.38, Yellow = 0.59 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 132 88 -
CMYK 0 0.38 0.59 0.16
HSL 21.12º 0.6% 0.59% -
HSV(B) 21.12º 0.59% 0.84% -
XYZ 37.45 31.35 13.31 -
YUV 151.2 92.34 172.08 -
System Red Green Blue C M Y K H S L
Decimal 213 132 88 0 0.38 0.59 0.16 21.12 0.6 0.59
Hex D5 84 58 0 26 3B 10 15 3C 3B
Octal 325 204 130 0 46 73 20 25 74 73
Binary 11010101 10000100 1011000 0 100110 111011 10000 10101 111100 111011

Color Harmonies of #D58458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58458

Black with #D58458

Text Example


Text Example

White with #D58458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58458; }

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

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

background-color css

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

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

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

border-color css

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

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

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