Html Css Color HEX #D57F55 Burning Sand

📋 copy color: '#D57F55'

red 213 ◦ green 127 ◦ blue 85

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

Shades of Burning Sand #D57F55

Tints of Burning Sand #D57F55

RGB

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

 GREEN value IS 127 (50% from 255) = 29.88%

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

R = 50.12%
G = 29.88%
B = 20%

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

#D57F55 (or 0xD57F55) is known color: Burning Sand. HEX triplet: D5, 7F and 55. RGB value is (213,127,85). Sum of RGB (Red+Green+Blue) = 213+127+85=425 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.12% from 425); Green value is 127 (50% from 255 or 29.88% from 425); Blue value is 85 (33.59% from 255 or 20% from 425); Max value from RGB is 213 - color contains mainly: red. Hex color #D57F55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57F55 is #2A80AA. Grayscale: #949494. Windows color (decimal): -2785451 or 5603285. OLE color: 5603285.

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

Color convert

RGB 213 127 85 -
CMYK 0 0.40 0.60 0.16
HSL 19.69º 0.6% 0.58% -
HSV(B) 19.69º 0.6% 0.84% -
XYZ 36.67 29.98 12.45 -
YUV 147.93 92.49 174.42 -
System Red Green Blue C M Y K H S L
Decimal 213 127 85 0 0.40 0.60 0.16 19.69 0.6 0.58
Hex D5 7F 55 0 28 3C 10 14 3C 3A
Octal 325 177 125 0 50 74 20 24 74 72
Binary 11010101 1111111 1010101 0 101000 111100 10000 10100 111100 111010

Color Harmonies of #D57F55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57F55

Black with #D57F55

Text Example


Text Example

White with #D57F55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57F55; }

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

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

background-color css

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

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

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

border-color css

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

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

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