#D0A18F

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

Shades of Rose #D0A18F

Tints of Rose #D0A18F

Color information

#D0A18F (or 0xD0A18F) is unknown color: approx Rose. HEX triplet: D0, A1 and 8F. RGB value is (208,161,143). Sum of RGB (Red+Green+Blue) = 208+161+143=512 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.62% from 512); Green value is 161 (63.28% from 255 or 31.45% from 512); Blue value is 143 (56.25% from 255 or 27.93% from 512); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A18F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A18F is #2F5E70. Grayscale: #ADADAD. Windows color (decimal): -3104369 or 9413072. OLE color: 9413072.

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

Color convert

RGB208161143-
CMYK00.230.310.18
HSL16.62º40.88%68.82%-
HSV(B)16.62º31.25%81.57%-
XYZ43.7240.8831.57-
YUV173111.07152.96-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.62%
GREEN value IS 161 (63.28% from 255) = 31.45%
BLUE value IS 143 (56.25% from 255) = 27.93%
R=40.62%
G=31.45%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.31
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20816114300.230.310.1816.6240.8868.82
HexD0A18F0171F12112945
Octal32024121702737222151105
Binary1101000010100001100011110101111111110010100011010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A18F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A18F; }

 p { color: rgb(208,161,143); }

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

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

 a { background-color: rgb(208,161,143); }

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

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

 span { border-color: rgb(208,161,143); }

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