Html Css Color HEX #D58561 Burning Sand

📋 copy color: '#D58561'

red 213 ◦ green 133 ◦ blue 97

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

Shades of Burning Sand #D58561

Tints of Burning Sand #D58561

RGB

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

 GREEN value IS 133 (52.34% from 255) = 30.02%

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

R = 48.08%
G = 30.02%
B = 21.9%

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

#D58561 (or 0xD58561) is known color: Burning Sand. HEX triplet: D5, 85 and 61. RGB value is (213,133,97). Sum of RGB (Red+Green+Blue) = 213+133+97=443 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.08% from 443); Green value is 133 (52.34% from 255 or 30.02% from 443); Blue value is 97 (38.28% from 255 or 21.90% from 443); Max value from RGB is 213 - color contains mainly: red. Hex color #D58561 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58561 is #2A7A9E. Grayscale: #999999. Windows color (decimal): -2783903 or 6391253. OLE color: 6391253.

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

Color convert

RGB 213 133 97 -
CMYK 0 0.38 0.54 0.16
HSL 18.62º 0.58% 0.61% -
HSV(B) 18.62º 0.54% 0.84% -
XYZ 37.99 31.78 15.44 -
YUV 152.82 96.5 170.93 -
System Red Green Blue C M Y K H S L
Decimal 213 133 97 0 0.38 0.54 0.16 18.62 0.58 0.61
Hex D5 85 61 0 26 36 10 13 3A 3D
Octal 325 205 141 0 46 66 20 23 72 75
Binary 11010101 10000101 1100001 0 100110 110110 10000 10011 111010 111101

Color Harmonies of #D58561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58561

Black with #D58561

Text Example


Text Example

White with #D58561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58561; }

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

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

background-color css

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

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

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

border-color css

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

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

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