#D4A28B

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

Shades of Rose #D4A28B

Tints of Rose #D4A28B

Color information

#D4A28B (or 0xD4A28B) is unknown color: approx Rose. HEX triplet: D4, A2 and 8B. RGB value is (212,162,139). Sum of RGB (Red+Green+Blue) = 212+162+139=513 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.33% from 513); Green value is 162 (63.67% from 255 or 31.58% from 513); Blue value is 139 (54.69% from 255 or 27.10% from 513); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A28B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A28B is #2B5D74. Grayscale: #AEAEAE. Windows color (decimal): -2841973 or 9151188. OLE color: 9151188.

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

Color convert

RGB212162139-
CMYK00.240.340.17
HSL18.9º45.91%68.82%-
HSV(B)18.9º34.43%83.14%-
XYZ44.7341.730.12-
YUV174.33108.06154.87-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.33%
GREEN value IS 162 (63.67% from 255) = 31.58%
BLUE value IS 139 (54.69% from 255) = 27.10%
R=41.33%
G=31.58%
B=27.10%

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
Decimal21216213900.240.340.1718.945.9168.82
HexD4A28B0182211132e45
Octal32424221303042212356105
Binary11010100101000101000101101100010001010001100111011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A28B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A28B; }

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

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

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

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

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

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

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

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