#D4A18E

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

Shades of Rose #D4A18E

Tints of Rose #D4A18E

Color information

#D4A18E (or 0xD4A18E) is unknown color: approx Rose. HEX triplet: D4, A1 and 8E. RGB value is (212,161,142). Sum of RGB (Red+Green+Blue) = 212+161+142=515 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.17% from 515); Green value is 161 (63.28% from 255 or 31.26% from 515); Blue value is 142 (55.86% from 255 or 27.57% from 515); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A18E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A18E is #2B5E71. Grayscale: #AEAEAE. Windows color (decimal): -2842226 or 9347540. OLE color: 9347540.

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

Color convert

RGB212161142-
CMYK00.240.330.17
HSL16.29º44.87%69.41%-
HSV(B)16.29º33.02%83.14%-
XYZ44.7841.4431.23-
YUV174.08109.9155.04-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.17%
GREEN value IS 161 (63.28% from 255) = 31.26%
BLUE value IS 142 (55.86% from 255) = 27.57%
R=41.17%
G=31.26%
B=27.57%

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
Decimal21216114200.240.330.1716.2944.8769.41
HexD4A18E0182111102d45
Octal32424121603041212055105
Binary11010100101000011000111001100010000110001100001011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A18E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A18E; }

 p { color: rgb(212,161,142); }

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

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

 a { background-color: rgb(212,161,142); }

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

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

 span { border-color: rgb(212,161,142); }

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