#D7A28E

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

Shades of Rose #D7A28E

Tints of Rose #D7A28E

Color information

#D7A28E (or 0xD7A28E) is unknown color: approx Rose. HEX triplet: D7, A2 and 8E. RGB value is (215,162,142). Sum of RGB (Red+Green+Blue) = 215+162+142=519 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.43% from 519); Green value is 162 (63.67% from 255 or 31.21% from 519); Blue value is 142 (55.86% from 255 or 27.36% from 519); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A28E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7A28E is #285D71. Grayscale: #AFAFAF. Windows color (decimal): -2645362 or 9347799. OLE color: 9347799.

HSL color Cylindrical-coordinate representation of color #D7A28E: hue angle of 16.44º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D7A28E is Cyan = 0, Magento = 0.25, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB215162142-
CMYK00.250.340.16
HSL16.44º47.71%70%-
HSV(B)16.44º33.95%84.31%-
XYZ45.8342.2431.33-
YUV175.57109.06156.13-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.43%
GREEN value IS 162 (63.67% from 255) = 31.21%
BLUE value IS 142 (55.86% from 255) = 27.36%
R=41.43%
G=31.21%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21516214200.250.340.1616.4447.7170
HexD7A28E0192210103046
Octal32724221603142202060106
Binary11010111101000101000111001100110001010000100001100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7A28E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7A28E; }

 p { color: rgb(215,162,142); }

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

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

 a { background-color: rgb(215,162,142); }

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

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

 span { border-color: rgb(215,162,142); }

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