#D69984

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

Shades of Feldspar #D69984

Tints of Feldspar #D69984

Color information

#D69984 (or 0xD69984) is unknown color: approx Feldspar. HEX triplet: D6, 99 and 84. RGB value is (214,153,132). Sum of RGB (Red+Green+Blue) = 214+153+132=499 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.89% from 499); Green value is 153 (60.16% from 255 or 30.66% from 499); Blue value is 132 (51.95% from 255 or 26.45% from 499); Max value from RGB is 214 - color contains mainly: red. Hex color #D69984 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69984 is #29667B. Grayscale: #A8A8A8. Windows color (decimal): -2713212 or 8690134. OLE color: 8690134.

HSL color Cylindrical-coordinate representation of color #D69984: hue angle of 15.37º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D69984 is Cyan = 0, Magento = 0.29, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB214153132-
CMYK00.290.380.16
HSL15.37º50%67.84%-
HSV(B)15.37º38.32%83.92%-
XYZ43.2938.7427.03-
YUV168.84107.21160.21-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.89%
GREEN value IS 153 (60.16% from 255) = 30.66%
BLUE value IS 132 (51.95% from 255) = 26.45%
R=42.89%
G=30.66%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415313200.290.380.1615.375067.84
HexD6998401D2610f3244
Octal32623120403546201762104
Binary1101011010011001100001000111011001101000011111100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69984; }

 p { color: rgb(214,153,132); }

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

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

 a { background-color: rgb(214,153,132); }

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

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

 span { border-color: rgb(214,153,132); }

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