#D5907A

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

Shades of Feldspar #D5907A

Tints of Feldspar #D5907A

Color information

#D5907A (or 0xD5907A) is unknown color: approx Feldspar. HEX triplet: D5, 90 and 7A. RGB value is (213,144,122). Sum of RGB (Red+Green+Blue) = 213+144+122=479 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.47% from 479); Green value is 144 (56.64% from 255 or 30.06% from 479); Blue value is 122 (48.05% from 255 or 25.47% from 479); Max value from RGB is 213 - color contains mainly: red. Hex color #D5907A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5907A is #2A6F85. Grayscale: #A2A2A2. Windows color (decimal): -2781062 or 8032469. OLE color: 8032469.

HSL color Cylindrical-coordinate representation of color #D5907A: hue angle of 14.51º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D5907A is Cyan = 0, Magento = 0.32, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB213144122-
CMYK00.320.430.16
HSL14.51º52%65.69%-
HSV(B)14.51º42.72%83.53%-
XYZ40.9335.523.11-
YUV162.12105.36164.29-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.47%
GREEN value IS 144 (56.64% from 255) = 30.06%
BLUE value IS 122 (48.05% from 255) = 25.47%
R=44.47%
G=30.06%
B=25.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314412200.320.430.1614.515265.69
HexD5907A0202B10f3442
Octal32522017204053201764102
Binary1101010110010000111101001000001010111000011111101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5907A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5907A; }

 p { color: rgb(213,144,122); }

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

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

 a { background-color: rgb(213,144,122); }

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

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

 span { border-color: rgb(213,144,122); }

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