#D69872

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

Shades of Feldspar #D69872

Tints of Feldspar #D69872

Color information

#D69872 (or 0xD69872) is unknown color: approx Feldspar. HEX triplet: D6, 98 and 72. RGB value is (214,152,114). Sum of RGB (Red+Green+Blue) = 214+152+114=480 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.58% from 480); Green value is 152 (59.77% from 255 or 31.67% from 480); Blue value is 114 (44.92% from 255 or 23.75% from 480); Max value from RGB is 214 - color contains mainly: red. Hex color #D69872 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69872 is #29678D. Grayscale: #A6A6A6. Windows color (decimal): -2713486 or 7510230. OLE color: 7510230.

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

Color convert

RGB214152114-
CMYK00.290.470.16
HSL22.8º54.95%64.31%-
HSV(B)22.8º46.73%83.92%-
XYZ4237.9721.03-
YUV166.2198.54162.09-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.58%
GREEN value IS 152 (59.77% from 255) = 31.67%
BLUE value IS 114 (44.92% from 255) = 23.75%
R=44.58%
G=31.67%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415211400.290.470.1622.854.9564.31
HexD6987201D2F10173740
Octal32623016203557202767100
Binary1101011010011000111001001110110111110000101111101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69872; }

 p { color: rgb(214,152,114); }

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

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

 a { background-color: rgb(214,152,114); }

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

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

 span { border-color: rgb(214,152,114); }

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