Html Css Color HEX #D58155 Burning Sand

📋 copy color: '#D58155'

red 213 ◦ green 129 ◦ blue 85

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

Shades of Burning Sand #D58155

Tints of Burning Sand #D58155

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 19.91%

R = 49.88%
G = 30.21%
B = 19.91%

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

#D58155 (or 0xD58155) is known color: Burning Sand. HEX triplet: D5, 81 and 55. RGB value is (213,129,85). Sum of RGB (Red+Green+Blue) = 213+129+85=427 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.88% from 427); Green value is 129 (50.78% from 255 or 30.21% from 427); Blue value is 85 (33.59% from 255 or 19.91% from 427); Max value from RGB is 213 - color contains mainly: red. Hex color #D58155 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58155 is #2A7EAA. Grayscale: #959595. Windows color (decimal): -2784939 or 5603797. OLE color: 5603797.

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

Color convert

RGB 213 129 85 -
CMYK 0 0.39 0.60 0.16
HSL 20.63º 0.6% 0.58% -
HSV(B) 20.63º 0.6% 0.84% -
XYZ 36.93 30.5 12.54 -
YUV 149.1 91.83 173.58 -
System Red Green Blue C M Y K H S L
Decimal 213 129 85 0 0.39 0.60 0.16 20.63 0.6 0.58
Hex D5 81 55 0 27 3C 10 15 3C 3A
Octal 325 201 125 0 47 74 20 25 74 72
Binary 11010101 10000001 1010101 0 100111 111100 10000 10101 111100 111010

Color Harmonies of #D58155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58155

Black with #D58155

Text Example


Text Example

White with #D58155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58155; }

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

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

background-color css

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

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

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

border-color css

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

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

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