#D28C77

Color #D28C77 Feldspar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feldspar #D28C77

Tints of Feldspar #D28C77

Color information

#D28C77 (or 0xD28C77) is unknown color: approx Feldspar. HEX triplet: D2, 8C and 77. RGB value is (210,140,119). Sum of RGB (Red+Green+Blue) = 210+140+119=469 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.78% from 469); Green value is 140 (55.08% from 255 or 29.85% from 469); Blue value is 119 (46.88% from 255 or 25.37% from 469); Max value from RGB is 210 - color contains mainly: red. Hex color #D28C77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28C77 is #2D7388. Grayscale: #9E9E9E. Windows color (decimal): -2978697 or 7834834. OLE color: 7834834.

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

Color convert

RGB210140119-
CMYK00.330.430.18
HSL13.85º50.28%64.51%-
HSV(B)13.85º43.33%82.35%-
XYZ39.2933.7921.9-
YUV158.54105.69164.71-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 44.78%
GREEN value IS 140 (55.08% from 255) = 29.85%
BLUE value IS 119 (46.88% from 255) = 25.37%
R=44.78%
G=29.85%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.43
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21014011900.330.430.1813.8550.2864.51
HexD28C770212B12e3241
Octal32221416704153221662101
Binary1101001010001100111011101000011010111001011101100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28C77; }

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

 H1.HeaderClassName
 {
   color: #D28C77;
 }
 .AnyTagClassName
 {
   color: #D28C77;
 }
</style>
background-color css

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

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

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

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

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

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