Html Css Color HEX #D57F6A Burning Sand

📋 copy color: '#D57F6A'

red 213 ◦ green 127 ◦ blue 106

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

Shades of Burning Sand #D57F6A

Tints of Burning Sand #D57F6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 23.77%

R = 47.76%
G = 28.48%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D57F6A (or 0xD57F6A) is known color: Burning Sand. HEX triplet: D5, 7F and 6A. RGB value is (213,127,106). Sum of RGB (Red+Green+Blue) = 213+127+106=446 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.76% from 446); Green value is 127 (50% from 255 or 28.48% from 446); Blue value is 106 (41.80% from 255 or 23.77% from 446); Max value from RGB is 213 - color contains mainly: red. Hex color #D57F6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57F6A is #2A8095. Grayscale: #969696. Windows color (decimal): -2785430 or 6979541. OLE color: 6979541.

HSL color Cylindrical-coordinate representation of color #D57F6A: hue angle of 11.78º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D57F6A is Cyan = 0, Magento = 0.40, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 127 106 -
CMYK 0 0.40 0.50 0.16
HSL 11.78º 0.56% 0.63% -
HSV(B) 11.78º 0.5% 0.84% -
XYZ 37.63 30.37 17.51 -
YUV 150.32 102.99 172.71 -
System Red Green Blue C M Y K H S L
Decimal 213 127 106 0 0.40 0.50 0.16 11.78 0.56 0.63
Hex D5 7F 6A 0 28 32 10 C 38 3F
Octal 325 177 152 0 50 62 20 14 70 77
Binary 11010101 1111111 1101010 0 101000 110010 10000 1100 111000 111111

Color Harmonies of #D57F6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57F6A

Black with #D57F6A

Text Example


Text Example

White with #D57F6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57F6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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