#D4A48C

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

Shades of Rose #D4A48C

Tints of Rose #D4A48C

Color information

#D4A48C (or 0xD4A48C) is unknown color: approx Rose. HEX triplet: D4, A4 and 8C. RGB value is (212,164,140). Sum of RGB (Red+Green+Blue) = 212+164+140=516 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.09% from 516); Green value is 164 (64.45% from 255 or 31.78% from 516); Blue value is 140 (55.08% from 255 or 27.13% from 516); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A48C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A48C is #2B5B73. Grayscale: #AFAFAF. Windows color (decimal): -2841460 or 9217236. OLE color: 9217236.

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

Color convert

RGB212164140-
CMYK00.230.340.17
HSL20º45.57%69.02%-
HSV(B)20º33.96%83.14%-
XYZ45.1642.4430.62-
YUV175.62107.9153.95-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.09%
GREEN value IS 164 (64.45% from 255) = 31.78%
BLUE value IS 140 (55.08% from 255) = 27.13%
R=41.09%
G=31.78%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.34
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21216414000.230.340.172045.5769.02
HexD4A48C0172211142e45
Octal32424421402742212456105
Binary11010100101001001000110001011110001010001101001011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A48C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A48C; }

 p { color: rgb(212,164,140); }

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

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

 a { background-color: rgb(212,164,140); }

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

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

 span { border-color: rgb(212,164,140); }

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