Html Css Color HEX #D58259 Burning Sand

📋 copy color: '#D58259'

red 213 ◦ green 130 ◦ blue 89

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

Shades of Burning Sand #D58259

Tints of Burning Sand #D58259

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.09%

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

R = 49.31%
G = 30.09%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D58259 (or 0xD58259) is known color: Burning Sand. HEX triplet: D5, 82 and 59. RGB value is (213,130,89). Sum of RGB (Red+Green+Blue) = 213+130+89=432 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.31% from 432); Green value is 130 (51.17% from 255 or 30.09% from 432); Blue value is 89 (35.16% from 255 or 20.60% from 432); Max value from RGB is 213 - color contains mainly: red. Hex color #D58259 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58259 is #2A7DA6. Grayscale: #969696. Windows color (decimal): -2784679 or 5866197. OLE color: 5866197.

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

Color convert

RGB 213 130 89 -
CMYK 0 0.39 0.58 0.16
HSL 19.84º 0.6% 0.59% -
HSV(B) 19.84º 0.58% 0.84% -
XYZ 37.23 30.83 13.44 -
YUV 150.14 93.5 172.83 -
System Red Green Blue C M Y K H S L
Decimal 213 130 89 0 0.39 0.58 0.16 19.84 0.6 0.59
Hex D5 82 59 0 27 3A 10 14 3C 3B
Octal 325 202 131 0 47 72 20 24 74 73
Binary 11010101 10000010 1011001 0 100111 111010 10000 10100 111100 111011

Color Harmonies of #D58259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58259

Black with #D58259

Text Example


Text Example

White with #D58259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58259; }

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

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

background-color css

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

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

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

border-color css

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

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

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