#D2A18D

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

Shades of Rose #D2A18D

Tints of Rose #D2A18D

Color information

#D2A18D (or 0xD2A18D) is unknown color: approx Rose. HEX triplet: D2, A1 and 8D. RGB value is (210,161,141). Sum of RGB (Red+Green+Blue) = 210+161+141=512 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.02% from 512); Green value is 161 (63.28% from 255 or 31.45% from 512); Blue value is 141 (55.47% from 255 or 27.54% from 512); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A18D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2A18D is #2D5E72. Grayscale: #ADADAD. Windows color (decimal): -2973299 or 9282002. OLE color: 9282002.

HSL color Cylindrical-coordinate representation of color #D2A18D: hue angle of 17.39º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D2A18D is Cyan = 0, Magento = 0.23, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB210161141-
CMYK00.230.330.18
HSL17.39º43.4%68.82%-
HSV(B)17.39º32.86%82.35%-
XYZ44.1341.1130.81-
YUV173.37109.73154.13-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 41.02%
GREEN value IS 161 (63.28% from 255) = 31.45%
BLUE value IS 141 (55.47% from 255) = 27.54%
R=41.02%
G=31.45%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21016114100.230.330.1817.3943.468.82
HexD2A18D0172112112b45
Octal32224121502741222153105
Binary11010010101000011000110101011110000110010100011010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2A18D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2A18D; }

 p { color: rgb(210,161,141); }

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

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

 a { background-color: rgb(210,161,141); }

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

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

 span { border-color: rgb(210,161,141); }

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