Html Css Color HEX #D58158 Burning Sand

📋 copy color: '#D58158'

red 213 ◦ green 129 ◦ blue 88

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

Shades of Burning Sand #D58158

Tints of Burning Sand #D58158

RGB

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

 GREEN value IS 129 (50.78% from 255) = 30%

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

R = 49.53%
G = 30%
B = 20.47%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.59

 K value IS 0.16

RGB Variations

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

Color information

#D58158 (or 0xD58158) is known color: Burning Sand. HEX triplet: D5, 81 and 58. RGB value is (213,129,88). Sum of RGB (Red+Green+Blue) = 213+129+88=430 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.53% from 430); Green value is 129 (50.78% from 255 or 30% from 430); Blue value is 88 (34.77% from 255 or 20.47% from 430); Max value from RGB is 213 - color contains mainly: red. Hex color #D58158 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58158 is #2A7EA7. Grayscale: #959595. Windows color (decimal): -2784936 or 5800405. OLE color: 5800405.

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

Color convert

RGB 213 129 88 -
CMYK 0 0.39 0.59 0.16
HSL 19.68º 0.6% 0.59% -
HSV(B) 19.68º 0.59% 0.84% -
XYZ 37.05 30.55 13.18 -
YUV 149.44 93.33 173.33 -
System Red Green Blue C M Y K H S L
Decimal 213 129 88 0 0.39 0.59 0.16 19.68 0.6 0.59
Hex D5 81 58 0 27 3B 10 14 3C 3B
Octal 325 201 130 0 47 73 20 24 74 73
Binary 11010101 10000001 1011000 0 100111 111011 10000 10100 111100 111011

Color Harmonies of #D58158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58158

Black with #D58158

Text Example


Text Example

White with #D58158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58158; }

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

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

background-color css

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

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

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

border-color css

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

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

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