Html Css Color HEX #D99C75 Feldspar

📋 copy color: '#D99C75'

red 217 ◦ green 156 ◦ blue 117

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

Shades of Feldspar #D99C75

Tints of Feldspar #D99C75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 23.88%

R = 44.29%
G = 31.84%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#D99C75 (or 0xD99C75) is known color: Feldspar. HEX triplet: D9, 9C and 75. RGB value is (217,156,117). Sum of RGB (Red+Green+Blue) = 217+156+117=490 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.29% from 490); Green value is 156 (61.33% from 255 or 31.84% from 490); Blue value is 117 (46.09% from 255 or 23.88% from 490); Max value from RGB is 217 - color contains mainly: red. Hex color #D99C75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99C75 is #26638A. Grayscale: #AAAAAA. Windows color (decimal): -2515851 or 7707865. OLE color: 7707865.

HSL color Cylindrical-coordinate representation of color #D99C75: hue angle of 23.4º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D99C75 is Cyan = 0, Magento = 0.28, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 156 117 -
CMYK 0 0.28 0.46 0.15
HSL 23.4º 0.57% 0.65% -
HSV(B) 23.4º 0.46% 0.85% -
XYZ 43.71 39.81 22.21 -
YUV 169.79 98.21 161.67 -
System Red Green Blue C M Y K H S L
Decimal 217 156 117 0 0.28 0.46 0.15 23.4 0.57 0.65
Hex D9 9C 75 0 1C 2E F 17 39 41
Octal 331 234 165 0 34 56 17 27 71 101
Binary 11011001 10011100 1110101 0 11100 101110 1111 10111 111001 1000001

Color Harmonies of #D99C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99C75

Black with #D99C75

Text Example


Text Example

White with #D99C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99C75; }

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

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

background-color css

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

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

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

border-color css

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

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

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