Html Css Color HEX #D99D75 Feldspar

📋 copy color: '#D99D75'

red 217 ◦ green 157 ◦ blue 117

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

Shades of Feldspar #D99D75

Tints of Feldspar #D99D75

RGB

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

 GREEN value IS 157 (61.72% from 255) = 31.98%

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

R = 44.2%
G = 31.98%
B = 23.83%

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

#D99D75 (or 0xD99D75) is known color: Feldspar. HEX triplet: D9, 9D and 75. RGB value is (217,157,117). Sum of RGB (Red+Green+Blue) = 217+157+117=491 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.20% from 491); Green value is 157 (61.72% from 255 or 31.98% from 491); Blue value is 117 (46.09% from 255 or 23.83% from 491); Max value from RGB is 217 - color contains mainly: red. Hex color #D99D75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99D75 is #26628A. Grayscale: #AAAAAA. Windows color (decimal): -2515595 or 7708121. OLE color: 7708121.

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

Color convert

RGB 217 157 117 -
CMYK 0 0.28 0.46 0.15
HSL 24º 0.57% 0.65% -
HSV(B) 24º 0.46% 0.85% -
XYZ 43.88 40.15 22.27 -
YUV 170.38 97.88 161.25 -
System Red Green Blue C M Y K H S L
Decimal 217 157 117 0 0.28 0.46 0.15 24 0.57 0.65
Hex D9 9D 75 0 1C 2E F 18 39 41
Octal 331 235 165 0 34 56 17 30 71 101
Binary 11011001 10011101 1110101 0 11100 101110 1111 11000 111001 1000001

Color Harmonies of #D99D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99D75

Black with #D99D75

Text Example


Text Example

White with #D99D75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99D75; }

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

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

background-color css

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

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

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

border-color css

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

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

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