Html Css Color HEX #D4927C Feldspar

📋 copy color: '#D4927C'

red 212 ◦ green 146 ◦ blue 124

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

Shades of Feldspar #D4927C

Tints of Feldspar #D4927C

RGB

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

 GREEN value IS 146 (57.42% from 255) = 30.29%

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

R = 43.98%
G = 30.29%
B = 25.73%

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

#D4927C (or 0xD4927C) is known color: Feldspar. HEX triplet: D4, 92 and 7C. RGB value is (212,146,124). Sum of RGB (Red+Green+Blue) = 212+146+124=482 (63% of max value = 765). Red value is 212 (83.20% from 255 or 43.98% from 482); Green value is 146 (57.42% from 255 or 30.29% from 482); Blue value is 124 (48.83% from 255 or 25.73% from 482); Max value from RGB is 212 - color contains mainly: red. Hex color #D4927C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4927C is #2B6D83. Grayscale: #A3A3A3. Windows color (decimal): -2846084 or 8164052. OLE color: 8164052.

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

Color convert

RGB 212 146 124 -
CMYK 0 0.31 0.42 0.17
HSL 15º 0.51% 0.66% -
HSV(B) 15º 0.42% 0.83% -
XYZ 41.07 36.01 23.85 -
YUV 163.23 105.87 162.79 -
System Red Green Blue C M Y K H S L
Decimal 212 146 124 0 0.31 0.42 0.17 15 0.51 0.66
Hex D4 92 7C 0 1F 2A 11 F 33 42
Octal 324 222 174 0 37 52 21 17 63 102
Binary 11010100 10010010 1111100 0 11111 101010 10001 1111 110011 1000010

Color Harmonies of #D4927C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4927C

Black with #D4927C

Text Example


Text Example

White with #D4927C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4927C; }

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

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

background-color css

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

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

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

border-color css

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

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

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