#D0926C

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

Shades of Feldspar #D0926C

Tints of Feldspar #D0926C

Color information

#D0926C (or 0xD0926C) is unknown color: approx Feldspar. HEX triplet: D0, 92 and 6C. RGB value is (208,146,108). Sum of RGB (Red+Green+Blue) = 208+146+108=462 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.02% from 462); Green value is 146 (57.42% from 255 or 31.60% from 462); Blue value is 108 (42.58% from 255 or 23.38% from 462); Max value from RGB is 208 - color contains mainly: red. Hex color #D0926C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0926C is #2F6D93. Grayscale: #A0A0A0. Windows color (decimal): -3108244 or 7115472. OLE color: 7115472.

HSL color Cylindrical-coordinate representation of color #D0926C: hue angle of 22.8º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D0926C is Cyan = 0, Magento = 0.30, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB208146108-
CMYK00.300.480.18
HSL22.8º51.55%61.96%-
HSV(B)22.8º48.08%81.57%-
XYZ3935.0518.9-
YUV160.2198.54162.09-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 45.02%
GREEN value IS 146 (57.42% from 255) = 31.60%
BLUE value IS 108 (42.58% from 255) = 23.38%
R=45.02%
G=31.60%
B=23.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.48
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20814610800.300.480.1822.851.5561.96
HexD0926C01E301217343e
Octal3202221540366022276476
Binary110100001001001011011000111101100001001010111110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0926C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0926C; }

 p { color: rgb(208,146,108); }

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

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

 a { background-color: rgb(208,146,108); }

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

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

 span { border-color: rgb(208,146,108); }

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