Html Css Color HEX #D28F78 Feldspar

📋 copy color: '#D28F78'

red 210 ◦ green 143 ◦ blue 120

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

Shades of Feldspar #D28F78

Tints of Feldspar #D28F78

RGB

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

 GREEN value IS 143 (56.25% from 255) = 30.23%

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

R = 44.4%
G = 30.23%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D28F78 (or 0xD28F78) is known color: Feldspar. HEX triplet: D2, 8F and 78. RGB value is (210,143,120). Sum of RGB (Red+Green+Blue) = 210+143+120=473 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.40% from 473); Green value is 143 (56.25% from 255 or 30.23% from 473); Blue value is 120 (47.27% from 255 or 25.37% from 473); Max value from RGB is 210 - color contains mainly: red. Hex color #D28F78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28F78 is #2D7087. Grayscale: #A0A0A0. Windows color (decimal): -2977928 or 7901138. OLE color: 7901138.

HSL color Cylindrical-coordinate representation of color #D28F78: hue angle of 15.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 #D28F78 is Cyan = 0, Magento = 0.32, Yellow = 0.43 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 143 120 -
CMYK 0 0.32 0.43 0.18
HSL 15.33º 0.5% 0.65% -
HSV(B) 15.33º 0.43% 0.82% -
XYZ 39.79 34.7 22.37 -
YUV 160.41 105.2 163.37 -
System Red Green Blue C M Y K H S L
Decimal 210 143 120 0 0.32 0.43 0.18 15.33 0.5 0.65
Hex D2 8F 78 0 20 2B 12 F 32 41
Octal 322 217 170 0 40 53 22 17 62 101
Binary 11010010 10001111 1111000 0 100000 101011 10010 1111 110010 1000001

Color Harmonies of #D28F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28F78

Black with #D28F78

Text Example


Text Example

White with #D28F78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28F78; }

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

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

background-color css

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

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

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

border-color css

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

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

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