Html Css Color HEX #D58461 Burning Sand

📋 copy color: '#D58461'

red 213 ◦ green 132 ◦ blue 97

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

Shades of Burning Sand #D58461

Tints of Burning Sand #D58461

RGB

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

 GREEN value IS 132 (51.95% from 255) = 29.86%

 BLUE value IS 97 (38.28% from 255) = 21.95%

R = 48.19%
G = 29.86%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#D58461 (or 0xD58461) is known color: Burning Sand. HEX triplet: D5, 84 and 61. RGB value is (213,132,97). Sum of RGB (Red+Green+Blue) = 213+132+97=442 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.19% from 442); Green value is 132 (51.95% from 255 or 29.86% from 442); Blue value is 97 (38.28% from 255 or 21.95% from 442); Max value from RGB is 213 - color contains mainly: red. Hex color #D58461 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58461 is #2A7B9E. Grayscale: #989898. Windows color (decimal): -2784159 or 6390997. OLE color: 6390997.

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

Color convert

RGB 213 132 97 -
CMYK 0 0.38 0.54 0.16
HSL 18.1º 0.58% 0.61% -
HSV(B) 18.1º 0.54% 0.84% -
XYZ 37.85 31.51 15.4 -
YUV 152.23 96.84 171.35 -
System Red Green Blue C M Y K H S L
Decimal 213 132 97 0 0.38 0.54 0.16 18.1 0.58 0.61
Hex D5 84 61 0 26 36 10 12 3A 3D
Octal 325 204 141 0 46 66 20 22 72 75
Binary 11010101 10000100 1100001 0 100110 110110 10000 10010 111010 111101

Color Harmonies of #D58461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58461

Black with #D58461

Text Example


Text Example

White with #D58461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58461; }

 p { color: rgb(213,132,97); }

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

background-color css

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

 a { background-color: rgb(213,132,97); }

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

border-color css

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

 span { border-color: rgb(213,132,97); }

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