#D5926E

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

Shades of Feldspar #D5926E

Tints of Feldspar #D5926E

Color information

#D5926E (or 0xD5926E) is unknown color: approx Feldspar. HEX triplet: D5, 92 and 6E. RGB value is (213,146,110). Sum of RGB (Red+Green+Blue) = 213+146+110=469 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.42% from 469); Green value is 146 (57.42% from 255 or 31.13% from 469); Blue value is 110 (43.36% from 255 or 23.45% from 469); Max value from RGB is 213 - color contains mainly: red. Hex color #D5926E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5926E is #2A6D91. Grayscale: #A2A2A2. Windows color (decimal): -2780562 or 7246549. OLE color: 7246549.

HSL color Cylindrical-coordinate representation of color #D5926E: hue angle of 20.97º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D5926E is Cyan = 0, Magento = 0.31, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB213146110-
CMYK00.310.480.16
HSL20.97º55.08%63.33%-
HSV(B)20.97º48.36%83.53%-
XYZ40.5335.8319.53-
YUV161.9398.7164.43-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.42%
GREEN value IS 146 (57.42% from 255) = 31.13%
BLUE value IS 110 (43.36% from 255) = 23.45%
R=45.42%
G=31.13%
B=23.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314611000.310.480.1620.9755.0863.33
HexD5926E01F301015373f
Octal3252221560376020256777
Binary110101011001001011011100111111100001000010101110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5926E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5926E; }

 p { color: rgb(213,146,110); }

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

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

 a { background-color: rgb(213,146,110); }

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

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

 span { border-color: rgb(213,146,110); }

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