Html Css Color HEX #D47964 Burning Sand

📋 copy color: '#D47964'

red 212 ◦ green 121 ◦ blue 100

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

Shades of Burning Sand #D47964

Tints of Burning Sand #D47964

RGB

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

 GREEN value IS 121 (47.66% from 255) = 27.94%

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

R = 48.96%
G = 27.94%
B = 23.09%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.53

 K value IS 0.17

RGB Variations

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

Color information

#D47964 (or 0xD47964) is known color: Burning Sand. HEX triplet: D4, 79 and 64. RGB value is (212,121,100). Sum of RGB (Red+Green+Blue) = 212+121+100=433 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.96% from 433); Green value is 121 (47.66% from 255 or 27.94% from 433); Blue value is 100 (39.45% from 255 or 23.09% from 433); Max value from RGB is 212 - color contains mainly: red. Hex color #D47964 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D47964 is #2B869B. Grayscale: #919191. Windows color (decimal): -2852508 or 6584788. OLE color: 6584788.

HSL color Cylindrical-coordinate representation of color #D47964: hue angle of 11.25º 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 #D47964 is Cyan = 0, Magento = 0.43, Yellow = 0.53 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 121 100 -
CMYK 0 0.43 0.53 0.17
HSL 11.25º 0.57% 0.61% -
HSV(B) 11.25º 0.53% 0.83% -
XYZ 36.29 28.59 15.66 -
YUV 145.82 102.15 175.21 -
System Red Green Blue C M Y K H S L
Decimal 212 121 100 0 0.43 0.53 0.17 11.25 0.57 0.61
Hex D4 79 64 0 2B 35 11 B 39 3D
Octal 324 171 144 0 53 65 21 13 71 75
Binary 11010100 1111001 1100100 0 101011 110101 10001 1011 111001 111101

Color Harmonies of #D47964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47964

Black with #D47964

Text Example


Text Example

White with #D47964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47964; }

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

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

background-color css

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

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

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

border-color css

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

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

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