#D4926D

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

Shades of Feldspar #D4926D

Tints of Feldspar #D4926D

Color information

#D4926D (or 0xD4926D) is unknown color: approx Feldspar. HEX triplet: D4, 92 and 6D. RGB value is (212,146,109). Sum of RGB (Red+Green+Blue) = 212+146+109=467 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.40% from 467); Green value is 146 (57.42% from 255 or 31.26% from 467); Blue value is 109 (42.97% from 255 or 23.34% from 467); Max value from RGB is 212 - color contains mainly: red. Hex color #D4926D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4926D is #2B6D92. Grayscale: #A1A1A1. Windows color (decimal): -2846099 or 7181012. OLE color: 7181012.

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

Color convert

RGB212146109-
CMYK00.310.490.17
HSL21.55º54.5%62.94%-
HSV(B)21.55º48.58%83.14%-
XYZ40.1935.6619.23-
YUV161.5298.37164.01-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 45.40%
GREEN value IS 146 (57.42% from 255) = 31.26%
BLUE value IS 109 (42.97% from 255) = 23.34%
R=45.40%
G=31.26%
B=23.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.49
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214610900.310.490.1721.5554.562.94
HexD4926D01F311116363f
Octal3242221550376121266677
Binary110101001001001011011010111111100011000110110110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4926D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4926D; }

 p { color: rgb(212,146,109); }

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

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

 a { background-color: rgb(212,146,109); }

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

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

 span { border-color: rgb(212,146,109); }

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