Html Css Color HEX #D58565 Burning Sand

📋 copy color: '#D58565'

red 213 ◦ green 133 ◦ blue 101

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

Shades of Burning Sand #D58565

Tints of Burning Sand #D58565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 22.6%

R = 47.65%
G = 29.75%
B = 22.6%

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

#D58565 (or 0xD58565) is known color: Burning Sand. HEX triplet: D5, 85 and 65. RGB value is (213,133,101). Sum of RGB (Red+Green+Blue) = 213+133+101=447 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.65% from 447); Green value is 133 (52.34% from 255 or 29.75% from 447); Blue value is 101 (39.84% from 255 or 22.60% from 447); Max value from RGB is 213 - color contains mainly: red. Hex color #D58565 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58565 is #2A7A9A. Grayscale: #999999. Windows color (decimal): -2783899 or 6653397. OLE color: 6653397.

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

Color convert

RGB 213 133 101 -
CMYK 0 0.38 0.53 0.16
HSL 17.14º 0.57% 0.62% -
HSV(B) 17.14º 0.53% 0.84% -
XYZ 38.18 31.86 16.45 -
YUV 153.27 98.5 170.6 -
System Red Green Blue C M Y K H S L
Decimal 213 133 101 0 0.38 0.53 0.16 17.14 0.57 0.62
Hex D5 85 65 0 26 35 10 11 39 3E
Octal 325 205 145 0 46 65 20 21 71 76
Binary 11010101 10000101 1100101 0 100110 110101 10000 10001 111001 111110

Color Harmonies of #D58565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58565

Black with #D58565

Text Example


Text Example

White with #D58565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58565; }

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

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

background-color css

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

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

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

border-color css

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

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

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