Html Css Color HEX #D58058 Burning Sand

📋 copy color: '#D58058'

red 213 ◦ green 128 ◦ blue 88

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

Shades of Burning Sand #D58058

Tints of Burning Sand #D58058

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.84%

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

R = 49.65%
G = 29.84%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.59

 K value IS 0.16

RGB Variations

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

Color information

#D58058 (or 0xD58058) is known color: Burning Sand. HEX triplet: D5, 80 and 58. RGB value is (213,128,88). Sum of RGB (Red+Green+Blue) = 213+128+88=429 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.65% from 429); Green value is 128 (50.39% from 255 or 29.84% from 429); Blue value is 88 (34.77% from 255 or 20.51% from 429); Max value from RGB is 213 - color contains mainly: red. Hex color #D58058 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58058 is #2A7FA7. Grayscale: #959595. Windows color (decimal): -2785192 or 5800149. OLE color: 5800149.

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

Color convert

RGB 213 128 88 -
CMYK 0 0.40 0.59 0.16
HSL 19.2º 0.6% 0.59% -
HSV(B) 19.2º 0.59% 0.84% -
XYZ 36.92 30.29 13.13 -
YUV 148.86 93.66 173.75 -
System Red Green Blue C M Y K H S L
Decimal 213 128 88 0 0.40 0.59 0.16 19.2 0.6 0.59
Hex D5 80 58 0 28 3B 10 13 3C 3B
Octal 325 200 130 0 50 73 20 23 74 73
Binary 11010101 10000000 1011000 0 101000 111011 10000 10011 111100 111011

Color Harmonies of #D58058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58058

Black with #D58058

Text Example


Text Example

White with #D58058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58058; }

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

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

background-color css

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

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

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

border-color css

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

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

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