#D69274

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

Shades of Feldspar #D69274

Tints of Feldspar #D69274

Color information

#D69274 (or 0xD69274) is unknown color: approx Feldspar. HEX triplet: D6, 92 and 74. RGB value is (214,146,116). Sum of RGB (Red+Green+Blue) = 214+146+116=476 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.96% from 476); Green value is 146 (57.42% from 255 or 30.67% from 476); Blue value is 116 (45.70% from 255 or 24.37% from 476); Max value from RGB is 214 - color contains mainly: red. Hex color #D69274 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69274 is #296D8B. Grayscale: #A3A3A3. Windows color (decimal): -2715020 or 7639766. OLE color: 7639766.

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

Color convert

RGB214146116-
CMYK00.320.460.16
HSL18.37º54.44%64.71%-
HSV(B)18.37º45.79%83.92%-
XYZ41.1636.1121.32-
YUV162.91101.53164.44-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.96%
GREEN value IS 146 (57.42% from 255) = 30.67%
BLUE value IS 116 (45.70% from 255) = 24.37%
R=44.96%
G=30.67%
B=24.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414611600.320.460.1618.3754.4464.71
HexD692740202E10123641
Octal32622216404056202266101
Binary11010110100100101110100010000010111010000100101101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69274; }

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

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

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

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

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

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

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

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