Html Css Color HEX #D99478 Feldspar

📋 copy color: '#D99478'

red 217 ◦ green 148 ◦ blue 120

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

Shades of Feldspar #D99478

Tints of Feldspar #D99478

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.52%

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

R = 44.74%
G = 30.52%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#D99478 (or 0xD99478) is known color: Feldspar. HEX triplet: D9, 94 and 78. RGB value is (217,148,120). Sum of RGB (Red+Green+Blue) = 217+148+120=485 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.74% from 485); Green value is 148 (58.20% from 255 or 30.52% from 485); Blue value is 120 (47.27% from 255 or 24.74% from 485); Max value from RGB is 217 - color contains mainly: red. Hex color #D99478 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99478 is #266B87. Grayscale: #A5A5A5. Windows color (decimal): -2517896 or 7902425. OLE color: 7902425.

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

Color convert

RGB 217 148 120 -
CMYK 0 0.32 0.45 0.15
HSL 17.32º 0.56% 0.66% -
HSV(B) 17.32º 0.45% 0.85% -
XYZ 42.6 37.29 22.72 -
YUV 165.44 102.36 164.78 -
System Red Green Blue C M Y K H S L
Decimal 217 148 120 0 0.32 0.45 0.15 17.32 0.56 0.66
Hex D9 94 78 0 20 2D F 11 38 42
Octal 331 224 170 0 40 55 17 21 70 102
Binary 11011001 10010100 1111000 0 100000 101101 1111 10001 111000 1000010

Color Harmonies of #D99478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99478

Black with #D99478

Text Example


Text Example

White with #D99478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99478; }

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

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

background-color css

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

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

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

border-color css

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

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

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