#D4A28F

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

Shades of Rose #D4A28F

Tints of Rose #D4A28F

Color information

#D4A28F (or 0xD4A28F) is unknown color: approx Rose. HEX triplet: D4, A2 and 8F. RGB value is (212,162,143). Sum of RGB (Red+Green+Blue) = 212+162+143=517 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.01% from 517); Green value is 162 (63.67% from 255 or 31.33% from 517); Blue value is 143 (56.25% from 255 or 27.66% from 517); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A28F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A28F is #2B5D70. Grayscale: #AEAEAE. Windows color (decimal): -2841969 or 9413332. OLE color: 9413332.

HSL color Cylindrical-coordinate representation of color #D4A28F: hue angle of 16.52º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D4A28F is Cyan = 0, Magento = 0.24, Yellow = 0.33 and Black (K on CMYK) = 0.17.

Color convert

RGB212162143-
CMYK00.240.330.17
HSL16.52º44.52%69.61%-
HSV(B)16.52º32.55%83.14%-
XYZ45.0341.8231.69-
YUV174.78110.06154.54-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.01%
GREEN value IS 162 (63.67% from 255) = 31.33%
BLUE value IS 143 (56.25% from 255) = 27.66%
R=41.01%
G=31.33%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.33
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21216214300.240.330.1716.5244.5269.61
HexD4A28F0182111112d46
Octal32424221703041212155106
Binary11010100101000101000111101100010000110001100011011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A28F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A28F; }

 p { color: rgb(212,162,143); }

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

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

 a { background-color: rgb(212,162,143); }

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

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

 span { border-color: rgb(212,162,143); }

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