#D69078

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

Shades of Feldspar #D69078

Tints of Feldspar #D69078

Color information

#D69078 (or 0xD69078) is unknown color: approx Feldspar. HEX triplet: D6, 90 and 78. RGB value is (214,144,120). Sum of RGB (Red+Green+Blue) = 214+144+120=478 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.77% from 478); Green value is 144 (56.64% from 255 or 30.13% from 478); Blue value is 120 (47.27% from 255 or 25.10% from 478); Max value from RGB is 214 - color contains mainly: red. Hex color #D69078 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69078 is #296F87. Grayscale: #A2A2A2. Windows color (decimal): -2715528 or 7901398. OLE color: 7901398.

HSL color Cylindrical-coordinate representation of color #D69078: hue angle of 15.32º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D69078 is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.16.

Color convert

RGB214144120-
CMYK00.330.440.16
HSL15.32º53.41%65.49%-
HSV(B)15.32º43.93%83.92%-
XYZ41.0935.622.47-
YUV162.19104.19164.95-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.77%
GREEN value IS 144 (56.64% from 255) = 30.13%
BLUE value IS 120 (47.27% from 255) = 25.10%
R=44.77%
G=30.13%
B=25.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.44
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414412000.330.440.1615.3253.4165.49
HexD690780212C10f3541
Octal32622017004154201765101
Binary1101011010010000111100001000011011001000011111101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69078; }

 p { color: rgb(214,144,120); }

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

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

 a { background-color: rgb(214,144,120); }

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

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

 span { border-color: rgb(214,144,120); }

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