Html Css Color HEX #D58660 Burning Sand

📋 copy color: '#D58660'

red 213 ◦ green 134 ◦ blue 96

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

Shades of Burning Sand #D58660

Tints of Burning Sand #D58660

RGB

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

 GREEN value IS 134 (52.73% from 255) = 30.25%

 BLUE value IS 96 (37.89% from 255) = 21.67%

R = 48.08%
G = 30.25%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D58660 (or 0xD58660) is known color: Burning Sand. HEX triplet: D5, 86 and 60. RGB value is (213,134,96). Sum of RGB (Red+Green+Blue) = 213+134+96=443 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.08% from 443); Green value is 134 (52.73% from 255 or 30.25% from 443); Blue value is 96 (37.89% from 255 or 21.67% from 443); Max value from RGB is 213 - color contains mainly: red. Hex color #D58660 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58660 is #2A799F. Grayscale: #999999. Windows color (decimal): -2783648 or 6325973. OLE color: 6325973.

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

Color convert

RGB 213 134 96 -
CMYK 0 0.37 0.55 0.16
HSL 19.49º 0.58% 0.61% -
HSV(B) 19.49º 0.55% 0.84% -
XYZ 38.08 32.04 15.24 -
YUV 153.29 95.67 170.59 -
System Red Green Blue C M Y K H S L
Decimal 213 134 96 0 0.37 0.55 0.16 19.49 0.58 0.61
Hex D5 86 60 0 25 37 10 13 3A 3D
Octal 325 206 140 0 45 67 20 23 72 75
Binary 11010101 10000110 1100000 0 100101 110111 10000 10011 111010 111101

Color Harmonies of #D58660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58660

Black with #D58660

Text Example


Text Example

White with #D58660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58660; }

 p { color: rgb(213,134,96); }

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

background-color css

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

 a { background-color: rgb(213,134,96); }

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

border-color css

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

 span { border-color: rgb(213,134,96); }

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