Html Css Color HEX #D99C6F Feldspar

📋 copy color: '#D99C6F'

red 217 ◦ green 156 ◦ blue 111

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

Shades of Feldspar #D99C6F

Tints of Feldspar #D99C6F

RGB

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

 GREEN value IS 156 (61.33% from 255) = 32.23%

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

R = 44.83%
G = 32.23%
B = 22.93%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#D99C6F (or 0xD99C6F) is known color: Feldspar. HEX triplet: D9, 9C and 6F. RGB value is (217,156,111). Sum of RGB (Red+Green+Blue) = 217+156+111=484 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.83% from 484); Green value is 156 (61.33% from 255 or 32.23% from 484); Blue value is 111 (43.75% from 255 or 22.93% from 484); Max value from RGB is 217 - color contains mainly: red. Hex color #D99C6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99C6F is #266390. Grayscale: #A9A9A9. Windows color (decimal): -2515857 or 7314649. OLE color: 7314649.

HSL color Cylindrical-coordinate representation of color #D99C6F: hue angle of 25.47º 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 #D99C6F is Cyan = 0, Magento = 0.28, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 156 111 -
CMYK 0 0.28 0.49 0.15
HSL 25.47º 0.58% 0.64% -
HSV(B) 25.47º 0.49% 0.85% -
XYZ 43.37 39.68 20.41 -
YUV 169.11 95.21 162.16 -
System Red Green Blue C M Y K H S L
Decimal 217 156 111 0 0.28 0.49 0.15 25.47 0.58 0.64
Hex D9 9C 6F 0 1C 31 F 19 3A 40
Octal 331 234 157 0 34 61 17 31 72 100
Binary 11011001 10011100 1101111 0 11100 110001 1111 11001 111010 1000000

Color Harmonies of #D99C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99C6F

Black with #D99C6F

Text Example


Text Example

White with #D99C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99C6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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