Html Css Color HEX #D47C69 Burning Sand

📋 copy color: '#D47C69'

red 212 ◦ green 124 ◦ blue 105

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

Shades of Burning Sand #D47C69

Tints of Burning Sand #D47C69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 23.81%

R = 48.07%
G = 28.12%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.50

 K value IS 0.17

RGB Variations

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

Color information

#D47C69 (or 0xD47C69) is known color: Burning Sand. HEX triplet: D4, 7C and 69. RGB value is (212,124,105). Sum of RGB (Red+Green+Blue) = 212+124+105=441 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.07% from 441); Green value is 124 (48.83% from 255 or 28.12% from 441); Blue value is 105 (41.41% from 255 or 23.81% from 441); Max value from RGB is 212 - color contains mainly: red. Hex color #D47C69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D47C69 is #2B8396. Grayscale: #949494. Windows color (decimal): -2851735 or 6913236. OLE color: 6913236.

HSL color Cylindrical-coordinate representation of color #D47C69: hue angle of 10.65º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D47C69 is Cyan = 0, Magento = 0.42, Yellow = 0.50 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 124 105 -
CMYK 0 0.42 0.50 0.17
HSL 10.65º 0.55% 0.62% -
HSV(B) 10.65º 0.5% 0.83% -
XYZ 36.91 29.43 17.1 -
YUV 148.15 103.65 173.54 -
System Red Green Blue C M Y K H S L
Decimal 212 124 105 0 0.42 0.50 0.17 10.65 0.55 0.62
Hex D4 7C 69 0 2A 32 11 B 37 3E
Octal 324 174 151 0 52 62 21 13 67 76
Binary 11010100 1111100 1101001 0 101010 110010 10001 1011 110111 111110

Color Harmonies of #D47C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47C69

Black with #D47C69

Text Example


Text Example

White with #D47C69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47C69; }

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

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

background-color css

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

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

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

border-color css

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

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

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