#D7A18A

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

Shades of Rose #D7A18A

Tints of Rose #D7A18A

Color information

#D7A18A (or 0xD7A18A) is unknown color: approx Rose. HEX triplet: D7, A1 and 8A. RGB value is (215,161,138). Sum of RGB (Red+Green+Blue) = 215+161+138=514 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.83% from 514); Green value is 161 (63.28% from 255 or 31.32% from 514); Blue value is 138 (54.30% from 255 or 26.85% from 514); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A18A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7A18A is #285E75. Grayscale: #AEAEAE. Windows color (decimal): -2645622 or 9085399. OLE color: 9085399.

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

Color convert

RGB215161138-
CMYK00.250.360.16
HSL17.92º49.04%69.22%-
HSV(B)17.92º35.81%84.31%-
XYZ45.3641.7729.72-
YUV174.52107.39156.87-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.83%
GREEN value IS 161 (63.28% from 255) = 31.32%
BLUE value IS 138 (54.30% from 255) = 26.85%
R=41.83%
G=31.32%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21516113800.250.360.1617.9249.0469.22
HexD7A18A0192410123145
Octal32724121203144202261105
Binary11010111101000011000101001100110010010000100101100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7A18A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7A18A; }

 p { color: rgb(215,161,138); }

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

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

 a { background-color: rgb(215,161,138); }

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

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

 span { border-color: rgb(215,161,138); }

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