#D5926C

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

Shades of Feldspar #D5926C

Tints of Feldspar #D5926C

Color information

#D5926C (or 0xD5926C) is unknown color: approx Feldspar. HEX triplet: D5, 92 and 6C. RGB value is (213,146,108). Sum of RGB (Red+Green+Blue) = 213+146+108=467 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.61% from 467); Green value is 146 (57.42% from 255 or 31.26% from 467); Blue value is 108 (42.58% from 255 or 23.13% from 467); Max value from RGB is 213 - color contains mainly: red. Hex color #D5926C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5926C is #2A6D93. Grayscale: #A1A1A1. Windows color (decimal): -2780564 or 7115477. OLE color: 7115477.

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

Color convert

RGB213146108-
CMYK00.310.490.16
HSL21.71º55.56%62.94%-
HSV(B)21.71º49.3%83.53%-
XYZ40.4335.7918.96-
YUV161.797.7164.59-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.61%
GREEN value IS 146 (57.42% from 255) = 31.26%
BLUE value IS 108 (42.58% from 255) = 23.13%
R=45.61%
G=31.26%
B=23.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314610800.310.490.1621.7155.5662.94
HexD5926C01F311016383f
Octal3252221540376120267077
Binary110101011001001011011000111111100011000010110111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5926C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5926C; }

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

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

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

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

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

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

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

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