Html Css Color HEX #D58564 Burning Sand

📋 copy color: '#D58564'

red 213 ◦ green 133 ◦ blue 100

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

Shades of Burning Sand #D58564

Tints of Burning Sand #D58564

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 22.42%

R = 47.76%
G = 29.82%
B = 22.42%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D58564 (or 0xD58564) is known color: Burning Sand. HEX triplet: D5, 85 and 64. RGB value is (213,133,100). Sum of RGB (Red+Green+Blue) = 213+133+100=446 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.76% from 446); Green value is 133 (52.34% from 255 or 29.82% from 446); Blue value is 100 (39.45% from 255 or 22.42% from 446); Max value from RGB is 213 - color contains mainly: red. Hex color #D58564 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58564 is #2A7A9B. Grayscale: #999999. Windows color (decimal): -2783900 or 6587861. OLE color: 6587861.

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

Color convert

RGB 213 133 100 -
CMYK 0 0.38 0.53 0.16
HSL 17.52º 0.57% 0.61% -
HSV(B) 17.52º 0.53% 0.84% -
XYZ 38.13 31.84 16.19 -
YUV 153.16 98 170.68 -
System Red Green Blue C M Y K H S L
Decimal 213 133 100 0 0.38 0.53 0.16 17.52 0.57 0.61
Hex D5 85 64 0 26 35 10 12 39 3D
Octal 325 205 144 0 46 65 20 22 71 75
Binary 11010101 10000101 1100100 0 100110 110101 10000 10010 111001 111101

Color Harmonies of #D58564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58564

Black with #D58564

Text Example


Text Example

White with #D58564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58564; }

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

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

background-color css

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

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

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

border-color css

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

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

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