Html Css Color HEX #D99A75 Feldspar

📋 copy color: '#D99A75'

red 217 ◦ green 154 ◦ blue 117

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

Shades of Feldspar #D99A75

Tints of Feldspar #D99A75

RGB

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

 GREEN value IS 154 (60.55% from 255) = 31.56%

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

R = 44.47%
G = 31.56%
B = 23.98%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#D99A75 (or 0xD99A75) is known color: Feldspar. HEX triplet: D9, 9A and 75. RGB value is (217,154,117). Sum of RGB (Red+Green+Blue) = 217+154+117=488 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.47% from 488); Green value is 154 (60.55% from 255 or 31.56% from 488); Blue value is 117 (46.09% from 255 or 23.98% from 488); Max value from RGB is 217 - color contains mainly: red. Hex color #D99A75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99A75 is #26658A. Grayscale: #A8A8A8. Windows color (decimal): -2516363 or 7707353. OLE color: 7707353.

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

Color convert

RGB 217 154 117 -
CMYK 0 0.29 0.46 0.15
HSL 22.2º 0.57% 0.65% -
HSV(B) 22.2º 0.46% 0.85% -
XYZ 43.38 39.15 22.1 -
YUV 168.62 98.87 162.51 -
System Red Green Blue C M Y K H S L
Decimal 217 154 117 0 0.29 0.46 0.15 22.2 0.57 0.65
Hex D9 9A 75 0 1D 2E F 16 39 41
Octal 331 232 165 0 35 56 17 26 71 101
Binary 11011001 10011010 1110101 0 11101 101110 1111 10110 111001 1000001

Color Harmonies of #D99A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99A75

Black with #D99A75

Text Example


Text Example

White with #D99A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99A75; }

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

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

background-color css

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

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

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

border-color css

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

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

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