Html Css Color HEX #D58359 Burning Sand

📋 copy color: '#D58359'

red 213 ◦ green 131 ◦ blue 89

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

Shades of Burning Sand #D58359

Tints of Burning Sand #D58359

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 20.55%

R = 49.19%
G = 30.25%
B = 20.55%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D58359 (or 0xD58359) is known color: Burning Sand. HEX triplet: D5, 83 and 59. RGB value is (213,131,89). Sum of RGB (Red+Green+Blue) = 213+131+89=433 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.19% from 433); Green value is 131 (51.56% from 255 or 30.25% from 433); Blue value is 89 (35.16% from 255 or 20.55% from 433); Max value from RGB is 213 - color contains mainly: red. Hex color #D58359 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58359 is #2A7CA6. Grayscale: #969696. Windows color (decimal): -2784423 or 5866453. OLE color: 5866453.

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

Color convert

RGB 213 131 89 -
CMYK 0 0.38 0.58 0.16
HSL 20.32º 0.6% 0.59% -
HSV(B) 20.32º 0.58% 0.84% -
XYZ 37.36 31.1 13.49 -
YUV 150.73 93.17 172.42 -
System Red Green Blue C M Y K H S L
Decimal 213 131 89 0 0.38 0.58 0.16 20.32 0.6 0.59
Hex D5 83 59 0 26 3A 10 14 3C 3B
Octal 325 203 131 0 46 72 20 24 74 73
Binary 11010101 10000011 1011001 0 100110 111010 10000 10100 111100 111011

Color Harmonies of #D58359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58359

Black with #D58359

Text Example


Text Example

White with #D58359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58359; }

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

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

background-color css

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

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

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

border-color css

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

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

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