#D69674

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

Shades of Feldspar #D69674

Tints of Feldspar #D69674

Color information

#D69674 (or 0xD69674) is unknown color: approx Feldspar. HEX triplet: D6, 96 and 74. RGB value is (214,150,116). Sum of RGB (Red+Green+Blue) = 214+150+116=480 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.58% from 480); Green value is 150 (58.98% from 255 or 31.25% from 480); Blue value is 116 (45.70% from 255 or 24.17% from 480); Max value from RGB is 214 - color contains mainly: red. Hex color #D69674 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69674 is #29698B. Grayscale: #A5A5A5. Windows color (decimal): -2713996 or 7640790. OLE color: 7640790.

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

Color convert

RGB214150116-
CMYK00.300.460.16
HSL20.82º54.44%64.71%-
HSV(B)20.82º45.79%83.92%-
XYZ41.7937.3721.53-
YUV165.26100.2162.76-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.58%
GREEN value IS 150 (58.98% from 255) = 31.25%
BLUE value IS 116 (45.70% from 255) = 24.17%
R=44.58%
G=31.25%
B=24.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415011600.300.460.1620.8254.4464.71
HexD6967401E2E10153641
Octal32622616403656202566101
Binary1101011010010110111010001111010111010000101011101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69674; }

 p { color: rgb(214,150,116); }

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

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

 a { background-color: rgb(214,150,116); }

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

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

 span { border-color: rgb(214,150,116); }

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