#D7A28D

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

Shades of Rose #D7A28D

Tints of Rose #D7A28D

Color information

#D7A28D (or 0xD7A28D) is unknown color: approx Rose. HEX triplet: D7, A2 and 8D. RGB value is (215,162,141). Sum of RGB (Red+Green+Blue) = 215+162+141=518 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.51% from 518); Green value is 162 (63.67% from 255 or 31.27% from 518); Blue value is 141 (55.47% from 255 or 27.22% from 518); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A28D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7A28D is #285D72. Grayscale: #AFAFAF. Windows color (decimal): -2645363 or 9282263. OLE color: 9282263.

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

Color convert

RGB215162141-
CMYK00.250.340.16
HSL17.03º48.05%69.8%-
HSV(B)17.03º34.42%84.31%-
XYZ45.7542.2130.94-
YUV175.45108.56156.21-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.51%
GREEN value IS 162 (63.67% from 255) = 31.27%
BLUE value IS 141 (55.47% from 255) = 27.22%
R=41.51%
G=31.27%
B=27.22%

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
Decimal21516214100.250.340.1617.0348.0569.8
HexD7A28D0192210113046
Octal32724221503142202160106
Binary11010111101000101000110101100110001010000100011100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7A28D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7A28D; }

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

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

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

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

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

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

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

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