#D4A28C

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

Shades of Rose #D4A28C

Tints of Rose #D4A28C

Color information

#D4A28C (or 0xD4A28C) is unknown color: approx Rose. HEX triplet: D4, A2 and 8C. RGB value is (212,162,140). Sum of RGB (Red+Green+Blue) = 212+162+140=514 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.25% from 514); Green value is 162 (63.67% from 255 or 31.52% from 514); Blue value is 140 (55.08% from 255 or 27.24% from 514); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A28C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A28C is #2B5D73. Grayscale: #AEAEAE. Windows color (decimal): -2841972 or 9216724. OLE color: 9216724.

HSL color Cylindrical-coordinate representation of color #D4A28C: hue angle of 18.33º 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 #D4A28C is Cyan = 0, Magento = 0.24, Yellow = 0.34 and Black (K on CMYK) = 0.17.

Color convert

RGB212162140-
CMYK00.240.340.17
HSL18.33º45.57%69.02%-
HSV(B)18.33º33.96%83.14%-
XYZ44.8141.7330.5-
YUV174.44108.56154.79-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.25%
GREEN value IS 162 (63.67% from 255) = 31.52%
BLUE value IS 140 (55.08% from 255) = 27.24%
R=41.25%
G=31.52%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.34
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21216214000.240.340.1718.3345.5769.02
HexD4A28C0182211122e45
Octal32424221403042212256105
Binary11010100101000101000110001100010001010001100101011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A28C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A28C; }

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

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

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

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

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

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

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

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