Html Css Color HEX #D47C67 Burning Sand

📋 copy color: '#D47C67'

red 212 ◦ green 124 ◦ blue 103

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

Shades of Burning Sand #D47C67

Tints of Burning Sand #D47C67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 23.46%

R = 48.29%
G = 28.25%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.51

 K value IS 0.17

RGB Variations

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

Color information

#D47C67 (or 0xD47C67) is known color: Burning Sand. HEX triplet: D4, 7C and 67. RGB value is (212,124,103). Sum of RGB (Red+Green+Blue) = 212+124+103=439 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.29% from 439); Green value is 124 (48.83% from 255 or 28.25% from 439); Blue value is 103 (40.62% from 255 or 23.46% from 439); Max value from RGB is 212 - color contains mainly: red. Hex color #D47C67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D47C67 is #2B8398. Grayscale: #949494. Windows color (decimal): -2851737 or 6782164. OLE color: 6782164.

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

Color convert

RGB 212 124 103 -
CMYK 0 0.42 0.51 0.17
HSL 11.56º 0.56% 0.62% -
HSV(B) 11.56º 0.51% 0.83% -
XYZ 36.81 29.39 16.57 -
YUV 147.92 102.65 173.71 -
System Red Green Blue C M Y K H S L
Decimal 212 124 103 0 0.42 0.51 0.17 11.56 0.56 0.62
Hex D4 7C 67 0 2A 33 11 C 38 3E
Octal 324 174 147 0 52 63 21 14 70 76
Binary 11010100 1111100 1100111 0 101010 110011 10001 1100 111000 111110

Color Harmonies of #D47C67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47C67

Black with #D47C67

Text Example


Text Example

White with #D47C67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47C67; }

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

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

background-color css

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

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

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

border-color css

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

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

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