Html Css Color HEX #D4937C Feldspar

📋 copy color: '#D4937C'

red 212 ◦ green 147 ◦ blue 124

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

Shades of Feldspar #D4937C

Tints of Feldspar #D4937C

RGB

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

 GREEN value IS 147 (57.81% from 255) = 30.43%

 BLUE value IS 124 (48.83% from 255) = 25.67%

R = 43.89%
G = 30.43%
B = 25.67%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.42

 K value IS 0.17

RGB Variations

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

Color information

#D4937C (or 0xD4937C) is known color: Feldspar. HEX triplet: D4, 93 and 7C. RGB value is (212,147,124). Sum of RGB (Red+Green+Blue) = 212+147+124=483 (63% of max value = 765). Red value is 212 (83.20% from 255 or 43.89% from 483); Green value is 147 (57.81% from 255 or 30.43% from 483); Blue value is 124 (48.83% from 255 or 25.67% from 483); Max value from RGB is 212 - color contains mainly: red. Hex color #D4937C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4937C is #2B6C83. Grayscale: #A3A3A3. Windows color (decimal): -2845828 or 8164308. OLE color: 8164308.

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

Color convert

RGB 212 147 124 -
CMYK 0 0.31 0.42 0.17
HSL 15.68º 0.51% 0.66% -
HSV(B) 15.68º 0.42% 0.83% -
XYZ 41.22 36.32 23.91 -
YUV 163.81 105.53 162.37 -
System Red Green Blue C M Y K H S L
Decimal 212 147 124 0 0.31 0.42 0.17 15.68 0.51 0.66
Hex D4 93 7C 0 1F 2A 11 10 33 42
Octal 324 223 174 0 37 52 21 20 63 102
Binary 11010100 10010011 1111100 0 11111 101010 10001 10000 110011 1000010

Color Harmonies of #D4937C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4937C

Black with #D4937C

Text Example


Text Example

White with #D4937C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4937C; }

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

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

background-color css

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

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

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

border-color css

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

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

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