Html Css Color HEX #D47A64 Burning Sand

📋 copy color: '#D47A64'

red 212 ◦ green 122 ◦ blue 100

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

Shades of Burning Sand #D47A64

Tints of Burning Sand #D47A64

RGB

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

 GREEN value IS 122 (48.05% from 255) = 28.11%

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

R = 48.85%
G = 28.11%
B = 23.04%

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

#D47A64 (or 0xD47A64) is known color: Burning Sand. HEX triplet: D4, 7A and 64. RGB value is (212,122,100). Sum of RGB (Red+Green+Blue) = 212+122+100=434 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.85% from 434); Green value is 122 (48.05% from 255 or 28.11% from 434); Blue value is 100 (39.45% from 255 or 23.04% from 434); Max value from RGB is 212 - color contains mainly: red. Hex color #D47A64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D47A64 is #2B859B. Grayscale: #929292. Windows color (decimal): -2852252 or 6585044. OLE color: 6585044.

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

Color convert

RGB 212 122 100 -
CMYK 0 0.42 0.53 0.17
HSL 11.79º 0.57% 0.61% -
HSV(B) 11.79º 0.53% 0.83% -
XYZ 36.41 28.84 15.7 -
YUV 146.4 101.82 174.79 -
System Red Green Blue C M Y K H S L
Decimal 212 122 100 0 0.42 0.53 0.17 11.79 0.57 0.61
Hex D4 7A 64 0 2A 35 11 C 39 3D
Octal 324 172 144 0 52 65 21 14 71 75
Binary 11010100 1111010 1100100 0 101010 110101 10001 1100 111001 111101

Color Harmonies of #D47A64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47A64

Black with #D47A64

Text Example


Text Example

White with #D47A64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47A64; }

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

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

background-color css

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

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

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

border-color css

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

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

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