Html Css Color HEX #D57F61 Burning Sand

📋 copy color: '#D57F61'

red 213 ◦ green 127 ◦ blue 97

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

Shades of Burning Sand #D57F61

Tints of Burning Sand #D57F61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 22.2%

R = 48.74%
G = 29.06%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#D57F61 (or 0xD57F61) is known color: Burning Sand. HEX triplet: D5, 7F and 61. RGB value is (213,127,97). Sum of RGB (Red+Green+Blue) = 213+127+97=437 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.74% from 437); Green value is 127 (50% from 255 or 29.06% from 437); Blue value is 97 (38.28% from 255 or 22.20% from 437); Max value from RGB is 213 - color contains mainly: red. Hex color #D57F61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57F61 is #2A809E. Grayscale: #959595. Windows color (decimal): -2785439 or 6389717. OLE color: 6389717.

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

Color convert

RGB 213 127 97 -
CMYK 0 0.40 0.54 0.16
HSL 15.52º 0.58% 0.61% -
HSV(B) 15.52º 0.54% 0.84% -
XYZ 37.19 30.19 15.18 -
YUV 149.29 98.49 173.44 -
System Red Green Blue C M Y K H S L
Decimal 213 127 97 0 0.40 0.54 0.16 15.52 0.58 0.61
Hex D5 7F 61 0 28 36 10 10 3A 3D
Octal 325 177 141 0 50 66 20 20 72 75
Binary 11010101 1111111 1100001 0 101000 110110 10000 10000 111010 111101

Color Harmonies of #D57F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57F61

Black with #D57F61

Text Example


Text Example

White with #D57F61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57F61; }

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

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

background-color css

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

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

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

border-color css

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

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

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