Html Css Color HEX #D9927A Feldspar

📋 copy color: '#D9927A'

red 217 ◦ green 146 ◦ blue 122

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

Shades of Feldspar #D9927A

Tints of Feldspar #D9927A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 25.15%

R = 44.74%
G = 30.1%
B = 25.15%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#D9927A (or 0xD9927A) is known color: Feldspar. HEX triplet: D9, 92 and 7A. RGB value is (217,146,122). Sum of RGB (Red+Green+Blue) = 217+146+122=485 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.74% from 485); Green value is 146 (57.42% from 255 or 30.10% from 485); Blue value is 122 (48.05% from 255 or 25.15% from 485); Max value from RGB is 217 - color contains mainly: red. Hex color #D9927A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9927A is #266D85. Grayscale: #A4A4A4. Windows color (decimal): -2518406 or 8032985. OLE color: 8032985.

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

Color convert

RGB 217 146 122 -
CMYK 0 0.33 0.44 0.15
HSL 15.16º 0.56% 0.66% -
HSV(B) 15.16º 0.44% 0.85% -
XYZ 42.41 36.71 23.26 -
YUV 164.49 104.02 165.45 -
System Red Green Blue C M Y K H S L
Decimal 217 146 122 0 0.33 0.44 0.15 15.16 0.56 0.66
Hex D9 92 7A 0 21 2C F F 38 42
Octal 331 222 172 0 41 54 17 17 70 102
Binary 11011001 10010010 1111010 0 100001 101100 1111 1111 111000 1000010

Color Harmonies of #D9927A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9927A

Black with #D9927A

Text Example


Text Example

White with #D9927A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9927A; }

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

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

background-color css

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

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

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

border-color css

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

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

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