Html Css Color HEX #D58055 Burning Sand

📋 copy color: '#D58055'

red 213 ◦ green 128 ◦ blue 85

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

Shades of Burning Sand #D58055

Tints of Burning Sand #D58055

RGB

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

 GREEN value IS 128 (50.39% from 255) = 30.05%

 BLUE value IS 85 (33.59% from 255) = 19.95%

R = 50%
G = 30.05%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.60

 K value IS 0.16

RGB Variations

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

Color information

#D58055 (or 0xD58055) is known color: Burning Sand. HEX triplet: D5, 80 and 55. RGB value is (213,128,85). Sum of RGB (Red+Green+Blue) = 213+128+85=426 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50% from 426); Green value is 128 (50.39% from 255 or 30.05% from 426); Blue value is 85 (33.59% from 255 or 19.95% from 426); Max value from RGB is 213 - color contains mainly: red. Hex color #D58055 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58055 is #2A7FAA. Grayscale: #949494. Windows color (decimal): -2785195 or 5603541. OLE color: 5603541.

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

Color convert

RGB 213 128 85 -
CMYK 0 0.40 0.60 0.16
HSL 20.16º 0.6% 0.58% -
HSV(B) 20.16º 0.6% 0.84% -
XYZ 36.8 30.24 12.49 -
YUV 148.51 92.16 174 -
System Red Green Blue C M Y K H S L
Decimal 213 128 85 0 0.40 0.60 0.16 20.16 0.6 0.58
Hex D5 80 55 0 28 3C 10 14 3C 3A
Octal 325 200 125 0 50 74 20 24 74 72
Binary 11010101 10000000 1010101 0 101000 111100 10000 10100 111100 111010

Color Harmonies of #D58055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58055

Black with #D58055

Text Example


Text Example

White with #D58055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58055; }

 p { color: rgb(213,128,85); }

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

background-color css

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

 a { background-color: rgb(213,128,85); }

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

border-color css

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

 span { border-color: rgb(213,128,85); }

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