Html Css Color HEX #D99A78 Feldspar

📋 copy color: '#D99A78'

red 217 ◦ green 154 ◦ blue 120

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

Shades of Feldspar #D99A78

Tints of Feldspar #D99A78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 24.44%

R = 44.2%
G = 31.36%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#D99A78 (or 0xD99A78) is known color: Feldspar. HEX triplet: D9, 9A and 78. RGB value is (217,154,120). Sum of RGB (Red+Green+Blue) = 217+154+120=491 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.20% from 491); Green value is 154 (60.55% from 255 or 31.36% from 491); Blue value is 120 (47.27% from 255 or 24.44% from 491); Max value from RGB is 217 - color contains mainly: red. Hex color #D99A78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99A78 is #266587. Grayscale: #A9A9A9. Windows color (decimal): -2516360 or 7903961. OLE color: 7903961.

HSL color Cylindrical-coordinate representation of color #D99A78: hue angle of 21.03º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D99A78 is Cyan = 0, Magento = 0.29, Yellow = 0.45 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 154 120 -
CMYK 0 0.29 0.45 0.15
HSL 21.03º 0.56% 0.66% -
HSV(B) 21.03º 0.45% 0.85% -
XYZ 43.56 39.22 23.04 -
YUV 168.96 100.37 162.26 -
System Red Green Blue C M Y K H S L
Decimal 217 154 120 0 0.29 0.45 0.15 21.03 0.56 0.66
Hex D9 9A 78 0 1D 2D F 15 38 42
Octal 331 232 170 0 35 55 17 25 70 102
Binary 11011001 10011010 1111000 0 11101 101101 1111 10101 111000 1000010

Color Harmonies of #D99A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99A78

Black with #D99A78

Text Example


Text Example

White with #D99A78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99A78; }

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

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

background-color css

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

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

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

border-color css

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

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

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