Html Css Color HEX #D58358 Burning Sand

📋 copy color: '#D58358'

red 213 ◦ green 131 ◦ blue 88

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

Shades of Burning Sand #D58358

Tints of Burning Sand #D58358

RGB

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

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

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

R = 49.31%
G = 30.32%
B = 20.37%

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

#D58358 (or 0xD58358) is known color: Burning Sand. HEX triplet: D5, 83 and 58. RGB value is (213,131,88). Sum of RGB (Red+Green+Blue) = 213+131+88=432 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.31% from 432); Green value is 131 (51.56% from 255 or 30.32% from 432); Blue value is 88 (34.77% from 255 or 20.37% from 432); Max value from RGB is 213 - color contains mainly: red. Hex color #D58358 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58358 is #2A7CA7. Grayscale: #969696. Windows color (decimal): -2784424 or 5800917. OLE color: 5800917.

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

Color convert

RGB 213 131 88 -
CMYK 0 0.38 0.59 0.16
HSL 20.64º 0.6% 0.59% -
HSV(B) 20.64º 0.59% 0.84% -
XYZ 37.32 31.08 13.27 -
YUV 150.62 92.67 172.5 -
System Red Green Blue C M Y K H S L
Decimal 213 131 88 0 0.38 0.59 0.16 20.64 0.6 0.59
Hex D5 83 58 0 26 3B 10 15 3C 3B
Octal 325 203 130 0 46 73 20 25 74 73
Binary 11010101 10000011 1011000 0 100110 111011 10000 10101 111100 111011

Color Harmonies of #D58358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58358

Black with #D58358

Text Example


Text Example

White with #D58358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58358; }

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

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

background-color css

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

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

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

border-color css

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

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

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