Html Css Color HEX #D48C78 Feldspar

📋 copy color: '#D48C78'

red 212 ◦ green 140 ◦ blue 120

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

Shades of Feldspar #D48C78

Tints of Feldspar #D48C78

RGB

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

 GREEN value IS 140 (55.08% from 255) = 29.66%

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

R = 44.92%
G = 29.66%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.43

 K value IS 0.17

RGB Variations

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

Color information

#D48C78 (or 0xD48C78) is known color: Feldspar. HEX triplet: D4, 8C and 78. RGB value is (212,140,120). Sum of RGB (Red+Green+Blue) = 212+140+120=472 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.92% from 472); Green value is 140 (55.08% from 255 or 29.66% from 472); Blue value is 120 (47.27% from 255 or 25.42% from 472); Max value from RGB is 212 - color contains mainly: red. Hex color #D48C78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48C78 is #2B7387. Grayscale: #9F9F9F. Windows color (decimal): -2847624 or 7900372. OLE color: 7900372.

HSL color Cylindrical-coordinate representation of color #D48C78: hue angle of 13.04º 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 #D48C78 is Cyan = 0, Magento = 0.34, Yellow = 0.43 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 140 120 -
CMYK 0 0.34 0.43 0.17
HSL 13.04º 0.52% 0.65% -
HSV(B) 13.04º 0.43% 0.83% -
XYZ 39.92 34.11 22.25 -
YUV 159.25 105.85 165.63 -
System Red Green Blue C M Y K H S L
Decimal 212 140 120 0 0.34 0.43 0.17 13.04 0.52 0.65
Hex D4 8C 78 0 22 2B 11 D 34 41
Octal 324 214 170 0 42 53 21 15 64 101
Binary 11010100 10001100 1111000 0 100010 101011 10001 1101 110100 1000001

Color Harmonies of #D48C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48C78

Black with #D48C78

Text Example


Text Example

White with #D48C78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48C78; }

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

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

background-color css

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

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

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

border-color css

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

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

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