Html Css Color HEX #D47C64 Burning Sand

📋 copy color: '#D47C64'

red 212 ◦ green 124 ◦ blue 100

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

Shades of Burning Sand #D47C64

Tints of Burning Sand #D47C64

RGB

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

 GREEN value IS 124 (48.83% from 255) = 28.44%

 BLUE value IS 100 (39.45% from 255) = 22.94%

R = 48.62%
G = 28.44%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.53

 K value IS 0.17

RGB Variations

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

Color information

#D47C64 (or 0xD47C64) is known color: Burning Sand. HEX triplet: D4, 7C and 64. RGB value is (212,124,100). Sum of RGB (Red+Green+Blue) = 212+124+100=436 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.62% from 436); Green value is 124 (48.83% from 255 or 28.44% from 436); Blue value is 100 (39.45% from 255 or 22.94% from 436); Max value from RGB is 212 - color contains mainly: red. Hex color #D47C64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D47C64 is #2B839B. Grayscale: #939393. Windows color (decimal): -2851740 or 6585556. OLE color: 6585556.

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

Color convert

RGB 212 124 100 -
CMYK 0 0.42 0.53 0.17
HSL 12.86º 0.57% 0.61% -
HSV(B) 12.86º 0.53% 0.83% -
XYZ 36.66 29.33 15.79 -
YUV 147.58 101.15 173.95 -
System Red Green Blue C M Y K H S L
Decimal 212 124 100 0 0.42 0.53 0.17 12.86 0.57 0.61
Hex D4 7C 64 0 2A 35 11 D 39 3D
Octal 324 174 144 0 52 65 21 15 71 75
Binary 11010100 1111100 1100100 0 101010 110101 10001 1101 111001 111101

Color Harmonies of #D47C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47C64

Black with #D47C64

Text Example


Text Example

White with #D47C64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47C64; }

 p { color: rgb(212,124,100); }

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

background-color css

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

 a { background-color: rgb(212,124,100); }

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

border-color css

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

 span { border-color: rgb(212,124,100); }

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