#D69970

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

Shades of Feldspar #D69970

Tints of Feldspar #D69970

Color information

#D69970 (or 0xD69970) is unknown color: approx Feldspar. HEX triplet: D6, 99 and 70. RGB value is (214,153,112). Sum of RGB (Red+Green+Blue) = 214+153+112=479 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.68% from 479); Green value is 153 (60.16% from 255 or 31.94% from 479); Blue value is 112 (44.14% from 255 or 23.38% from 479); Max value from RGB is 214 - color contains mainly: red. Hex color #D69970 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69970 is #29668F. Grayscale: #A6A6A6. Windows color (decimal): -2713232 or 7379414. OLE color: 7379414.

HSL color Cylindrical-coordinate representation of color #D69970: hue angle of 24.12º 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 #D69970 is Cyan = 0, Magento = 0.29, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB214153112-
CMYK00.290.480.16
HSL24.12º55.43%63.92%-
HSV(B)24.12º47.66%83.92%-
XYZ42.0538.2520.5-
YUV166.5697.21161.83-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.68%
GREEN value IS 153 (60.16% from 255) = 31.94%
BLUE value IS 112 (44.14% from 255) = 23.38%
R=44.68%
G=31.94%
B=23.38%

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
Decimal21415311200.290.480.1624.1255.4363.92
HexD6997001D3010183740
Octal32623116003560203067100
Binary1101011010011001111000001110111000010000110001101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69970; }

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

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

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

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

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

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

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

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