Html Css Color HEX #D9927C Feldspar

📋 copy color: '#D9927C'

red 217 ◦ green 146 ◦ blue 124

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

Shades of Feldspar #D9927C

Tints of Feldspar #D9927C

RGB

 RED value IS 217 (85.16% from 255) = 44.56%

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

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

R = 44.56%
G = 29.98%
B = 25.46%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#D9927C (or 0xD9927C) is known color: Feldspar. HEX triplet: D9, 92 and 7C. RGB value is (217,146,124). Sum of RGB (Red+Green+Blue) = 217+146+124=487 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.56% from 487); Green value is 146 (57.42% from 255 or 29.98% from 487); Blue value is 124 (48.83% from 255 or 25.46% from 487); Max value from RGB is 217 - color contains mainly: red. Hex color #D9927C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9927C is #266D83. Grayscale: #A4A4A4. Windows color (decimal): -2518404 or 8164057. OLE color: 8164057.

HSL color Cylindrical-coordinate representation of color #D9927C: hue angle of 14.19º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D9927C is Cyan = 0, Magento = 0.33, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 146 124 -
CMYK 0 0.33 0.43 0.15
HSL 14.19º 0.55% 0.67% -
HSV(B) 14.19º 0.43% 0.85% -
XYZ 42.53 36.76 23.92 -
YUV 164.72 105.02 165.29 -
System Red Green Blue C M Y K H S L
Decimal 217 146 124 0 0.33 0.43 0.15 14.19 0.55 0.67
Hex D9 92 7C 0 21 2B F E 37 43
Octal 331 222 174 0 41 53 17 16 67 103
Binary 11011001 10010010 1111100 0 100001 101011 1111 1110 110111 1000011

Color Harmonies of #D9927C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9927C

Black with #D9927C

Text Example


Text Example

White with #D9927C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9927C; }

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

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

background-color css

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

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

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

border-color css

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

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

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