Html Css Color HEX #D58256 Burning Sand

📋 copy color: '#D58256'

red 213 ◦ green 130 ◦ blue 86

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

Shades of Burning Sand #D58256

Tints of Burning Sand #D58256

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 20.05%

R = 49.65%
G = 30.3%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.60

 K value IS 0.16

RGB Variations

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

Color information

#D58256 (or 0xD58256) is known color: Burning Sand. HEX triplet: D5, 82 and 56. RGB value is (213,130,86). Sum of RGB (Red+Green+Blue) = 213+130+86=429 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.65% from 429); Green value is 130 (51.17% from 255 or 30.30% from 429); Blue value is 86 (33.98% from 255 or 20.05% from 429); Max value from RGB is 213 - color contains mainly: red. Hex color #D58256 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58256 is #2A7DA9. Grayscale: #969696. Windows color (decimal): -2784682 or 5669589. OLE color: 5669589.

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

Color convert

RGB 213 130 86 -
CMYK 0 0.39 0.60 0.16
HSL 20.79º 0.6% 0.59% -
HSV(B) 20.79º 0.6% 0.84% -
XYZ 37.1 30.78 12.79 -
YUV 149.8 92 173.08 -
System Red Green Blue C M Y K H S L
Decimal 213 130 86 0 0.39 0.60 0.16 20.79 0.6 0.59
Hex D5 82 56 0 27 3C 10 15 3C 3B
Octal 325 202 126 0 47 74 20 25 74 73
Binary 11010101 10000010 1010110 0 100111 111100 10000 10101 111100 111011

Color Harmonies of #D58256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58256

Black with #D58256

Text Example


Text Example

White with #D58256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58256; }

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

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

background-color css

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

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

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

border-color css

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

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

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