Html Css Color HEX #D99B78 Feldspar

📋 copy color: '#D99B78'

red 217 ◦ green 155 ◦ blue 120

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

Shades of Feldspar #D99B78

Tints of Feldspar #D99B78

RGB

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

 GREEN value IS 155 (60.94% from 255) = 31.5%

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

R = 44.11%
G = 31.5%
B = 24.39%

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

#D99B78 (or 0xD99B78) is known color: Feldspar. HEX triplet: D9, 9B and 78. RGB value is (217,155,120). Sum of RGB (Red+Green+Blue) = 217+155+120=492 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.11% from 492); Green value is 155 (60.94% from 255 or 31.50% from 492); Blue value is 120 (47.27% from 255 or 24.39% from 492); Max value from RGB is 217 - color contains mainly: red. Hex color #D99B78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99B78 is #266487. Grayscale: #A9A9A9. Windows color (decimal): -2516104 or 7904217. OLE color: 7904217.

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

Color convert

RGB 217 155 120 -
CMYK 0 0.29 0.45 0.15
HSL 21.65º 0.56% 0.66% -
HSV(B) 21.65º 0.45% 0.85% -
XYZ 43.73 39.55 23.1 -
YUV 169.55 100.04 161.85 -
System Red Green Blue C M Y K H S L
Decimal 217 155 120 0 0.29 0.45 0.15 21.65 0.56 0.66
Hex D9 9B 78 0 1D 2D F 16 38 42
Octal 331 233 170 0 35 55 17 26 70 102
Binary 11011001 10011011 1111000 0 11101 101101 1111 10110 111000 1000010

Color Harmonies of #D99B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99B78

Black with #D99B78

Text Example


Text Example

White with #D99B78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99B78; }

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

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

background-color css

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

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

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

border-color css

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

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

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