Html Css Color HEX #D9926F Feldspar

📋 copy color: '#D9926F'

red 217 ◦ green 146 ◦ blue 111

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

Shades of Feldspar #D9926F

Tints of Feldspar #D9926F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 23.42%

R = 45.78%
G = 30.8%
B = 23.42%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#D9926F (or 0xD9926F) is known color: Feldspar. HEX triplet: D9, 92 and 6F. RGB value is (217,146,111). Sum of RGB (Red+Green+Blue) = 217+146+111=474 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.78% from 474); Green value is 146 (57.42% from 255 or 30.80% from 474); Blue value is 111 (43.75% from 255 or 23.42% from 474); Max value from RGB is 217 - color contains mainly: red. Hex color #D9926F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9926F is #266D90. Grayscale: #A3A3A3. Windows color (decimal): -2518417 or 7312089. OLE color: 7312089.

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

Color convert

RGB 217 146 111 -
CMYK 0 0.33 0.49 0.15
HSL 19.81º 0.58% 0.64% -
HSV(B) 19.81º 0.49% 0.85% -
XYZ 41.76 36.46 19.87 -
YUV 163.24 98.52 166.35 -
System Red Green Blue C M Y K H S L
Decimal 217 146 111 0 0.33 0.49 0.15 19.81 0.58 0.64
Hex D9 92 6F 0 21 31 F 14 3A 40
Octal 331 222 157 0 41 61 17 24 72 100
Binary 11011001 10010010 1101111 0 100001 110001 1111 10100 111010 1000000

Color Harmonies of #D9926F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9926F

Black with #D9926F

Text Example


Text Example

White with #D9926F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9926F; }

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

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

background-color css

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

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

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

border-color css

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

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

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