Html Css Color HEX #D47F57 Burning Sand

📋 copy color: '#D47F57'

red 212 ◦ green 127 ◦ blue 87

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

Shades of Burning Sand #D47F57

Tints of Burning Sand #D47F57

RGB

 RED value IS 212 (83.2% from 255) = 49.77%

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

 BLUE value IS 87 (34.38% from 255) = 20.42%

R = 49.77%
G = 29.81%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.59

 K value IS 0.17

RGB Variations

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

Color information

#D47F57 (or 0xD47F57) is known color: Burning Sand. HEX triplet: D4, 7F and 57. RGB value is (212,127,87). Sum of RGB (Red+Green+Blue) = 212+127+87=426 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.77% from 426); Green value is 127 (50% from 255 or 29.81% from 426); Blue value is 87 (34.38% from 255 or 20.42% from 426); Max value from RGB is 212 - color contains mainly: red. Hex color #D47F57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D47F57 is #2B80A8. Grayscale: #949494. Windows color (decimal): -2850985 or 5734356. OLE color: 5734356.

HSL color Cylindrical-coordinate representation of color #D47F57: hue angle of 19.2º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D47F57 is Cyan = 0, Magento = 0.40, Yellow = 0.59 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 127 87 -
CMYK 0 0.40 0.59 0.17
HSL 19.2º 0.59% 0.59% -
HSV(B) 19.2º 0.59% 0.83% -
XYZ 36.46 29.86 12.86 -
YUV 147.86 93.66 173.75 -
System Red Green Blue C M Y K H S L
Decimal 212 127 87 0 0.40 0.59 0.17 19.2 0.59 0.59
Hex D4 7F 57 0 28 3B 11 13 3B 3B
Octal 324 177 127 0 50 73 21 23 73 73
Binary 11010100 1111111 1010111 0 101000 111011 10001 10011 111011 111011

Color Harmonies of #D47F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47F57

Black with #D47F57

Text Example


Text Example

White with #D47F57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47F57; }

 p { color: rgb(212,127,87); }

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

background-color css

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

 a { background-color: rgb(212,127,87); }

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

border-color css

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

 span { border-color: rgb(212,127,87); }

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