Html Css Color HEX #D28C78 Feldspar

📋 copy color: '#D28C78'

red 210 ◦ green 140 ◦ blue 120

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

Shades of Feldspar #D28C78

Tints of Feldspar #D28C78

RGB

 RED value IS 210 (82.42% from 255) = 44.68%

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

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

R = 44.68%
G = 29.79%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D28C78 (or 0xD28C78) is known color: Feldspar. HEX triplet: D2, 8C and 78. RGB value is (210,140,120). Sum of RGB (Red+Green+Blue) = 210+140+120=470 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.68% from 470); Green value is 140 (55.08% from 255 or 29.79% from 470); Blue value is 120 (47.27% from 255 or 25.53% from 470); Max value from RGB is 210 - color contains mainly: red. Hex color #D28C78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28C78 is #2D7387. Grayscale: #9E9E9E. Windows color (decimal): -2978696 or 7900370. OLE color: 7900370.

HSL color Cylindrical-coordinate representation of color #D28C78: hue angle of 13.33º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D28C78 is Cyan = 0, Magento = 0.33, Yellow = 0.43 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 140 120 -
CMYK 0 0.33 0.43 0.18
HSL 13.33º 0.5% 0.65% -
HSV(B) 13.33º 0.43% 0.82% -
XYZ 39.35 33.81 22.22 -
YUV 158.65 106.19 164.63 -
System Red Green Blue C M Y K H S L
Decimal 210 140 120 0 0.33 0.43 0.18 13.33 0.5 0.65
Hex D2 8C 78 0 21 2B 12 D 32 41
Octal 322 214 170 0 41 53 22 15 62 101
Binary 11010010 10001100 1111000 0 100001 101011 10010 1101 110010 1000001

Color Harmonies of #D28C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28C78

Black with #D28C78

Text Example


Text Example

White with #D28C78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28C78; }

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

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

background-color css

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

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

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

border-color css

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

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

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