#D2906C

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

Shades of Feldspar #D2906C

Tints of Feldspar #D2906C

Color information

#D2906C (or 0xD2906C) is unknown color: approx Feldspar. HEX triplet: D2, 90 and 6C. RGB value is (210,144,108). Sum of RGB (Red+Green+Blue) = 210+144+108=462 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.45% from 462); Green value is 144 (56.64% from 255 or 31.17% from 462); Blue value is 108 (42.58% from 255 or 23.38% from 462); Max value from RGB is 210 - color contains mainly: red. Hex color #D2906C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2906C is #2D6F93. Grayscale: #9F9F9F. Windows color (decimal): -2977684 or 7114962. OLE color: 7114962.

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

Color convert

RGB210144108-
CMYK00.310.490.18
HSL21.18º53.12%62.35%-
HSV(B)21.18º48.57%82.35%-
XYZ39.2634.7318.82-
YUV159.6398.87163.93-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 45.45%
GREEN value IS 144 (56.64% from 255) = 31.17%
BLUE value IS 108 (42.58% from 255) = 23.38%
R=45.45%
G=31.17%
B=23.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.49
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21014410800.310.490.1821.1853.1262.35
HexD2906C01F311215353e
Octal3222201540376122256576
Binary110100101001000011011000111111100011001010101110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2906C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2906C; }

 p { color: rgb(210,144,108); }

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

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

 a { background-color: rgb(210,144,108); }

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

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

 span { border-color: rgb(210,144,108); }

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