Html Css Color HEX #D49D78 Feldspar

📋 copy color: '#D49D78'

red 212 ◦ green 157 ◦ blue 120

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

Shades of Feldspar #D49D78

Tints of Feldspar #D49D78

RGB

 RED value IS 212 (83.2% from 255) = 43.35%

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

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

R = 43.35%
G = 32.11%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.43

 K value IS 0.17

RGB Variations

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

Color information

#D49D78 (or 0xD49D78) is known color: Feldspar. HEX triplet: D4, 9D and 78. RGB value is (212,157,120). Sum of RGB (Red+Green+Blue) = 212+157+120=489 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.35% from 489); Green value is 157 (61.72% from 255 or 32.11% from 489); Blue value is 120 (47.27% from 255 or 24.54% from 489); Max value from RGB is 212 - color contains mainly: red. Hex color #D49D78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49D78 is #2B6287. Grayscale: #A9A9A9. Windows color (decimal): -2843272 or 7904724. OLE color: 7904724.

HSL color Cylindrical-coordinate representation of color #D49D78: hue angle of 24.13º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D49D78 is Cyan = 0, Magento = 0.26, Yellow = 0.43 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 157 120 -
CMYK 0 0.26 0.43 0.17
HSL 24.13º 0.52% 0.65% -
HSV(B) 24.13º 0.43% 0.83% -
XYZ 42.6 39.47 23.14 -
YUV 169.23 100.22 158.51 -
System Red Green Blue C M Y K H S L
Decimal 212 157 120 0 0.26 0.43 0.17 24.13 0.52 0.65
Hex D4 9D 78 0 1A 2B 11 18 34 41
Octal 324 235 170 0 32 53 21 30 64 101
Binary 11010100 10011101 1111000 0 11010 101011 10001 11000 110100 1000001

Color Harmonies of #D49D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49D78

Black with #D49D78

Text Example


Text Example

White with #D49D78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49D78; }

 p { color: rgb(212,157,120); }

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

background-color css

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

 a { background-color: rgb(212,157,120); }

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

border-color css

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

 span { border-color: rgb(212,157,120); }

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