#D2907C

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

Shades of Feldspar #D2907C

Tints of Feldspar #D2907C

Color information

#D2907C (or 0xD2907C) is unknown color: approx Feldspar. HEX triplet: D2, 90 and 7C. RGB value is (210,144,124). Sum of RGB (Red+Green+Blue) = 210+144+124=478 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.93% from 478); Green value is 144 (56.64% from 255 or 30.13% from 478); Blue value is 124 (48.83% from 255 or 25.94% from 478); Max value from RGB is 210 - color contains mainly: red. Hex color #D2907C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2907C is #2D6F83. Grayscale: #A1A1A1. Windows color (decimal): -2977668 or 8163538. OLE color: 8163538.

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

Color convert

RGB210144124-
CMYK00.310.410.18
HSL13.95º48.86%65.49%-
HSV(B)13.95º40.95%82.35%-
XYZ40.1935.123.73-
YUV161.45106.87162.63-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 43.93%
GREEN value IS 144 (56.64% from 255) = 30.13%
BLUE value IS 124 (48.83% from 255) = 25.94%
R=43.93%
G=30.13%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.41
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21014412400.310.410.1813.9548.8665.49
HexD2907C01F2912e3141
Octal32222017403751221661101
Binary110100101001000011111000111111010011001011101100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2907C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2907C; }

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

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

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

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

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

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

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

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