#D69870

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

Shades of Feldspar #D69870

Tints of Feldspar #D69870

Color information

#D69870 (or 0xD69870) is unknown color: approx Feldspar. HEX triplet: D6, 98 and 70. RGB value is (214,152,112). Sum of RGB (Red+Green+Blue) = 214+152+112=478 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.77% from 478); Green value is 152 (59.77% from 255 or 31.80% from 478); Blue value is 112 (44.14% from 255 or 23.43% from 478); Max value from RGB is 214 - color contains mainly: red. Hex color #D69870 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69870 is #29678F. Grayscale: #A6A6A6. Windows color (decimal): -2713488 or 7379158. OLE color: 7379158.

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

Color convert

RGB214152112-
CMYK00.290.480.16
HSL23.53º55.43%63.92%-
HSV(B)23.53º47.66%83.92%-
XYZ41.8837.9220.44-
YUV165.9897.54162.25-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.77%
GREEN value IS 152 (59.77% from 255) = 31.80%
BLUE value IS 112 (44.14% from 255) = 23.43%
R=44.77%
G=31.80%
B=23.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415211200.290.480.1623.5355.4363.92
HexD6987001D3010183740
Octal32623016003560203067100
Binary1101011010011000111000001110111000010000110001101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69870; }

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

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

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

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

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

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

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

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