#D0A28F

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

Shades of Rose #D0A28F

Tints of Rose #D0A28F

Color information

#D0A28F (or 0xD0A28F) is unknown color: approx Rose. HEX triplet: D0, A2 and 8F. RGB value is (208,162,143). Sum of RGB (Red+Green+Blue) = 208+162+143=513 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.55% from 513); Green value is 162 (63.67% from 255 or 31.58% from 513); Blue value is 143 (56.25% from 255 or 27.88% from 513); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A28F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A28F is #2F5D70. Grayscale: #ADADAD. Windows color (decimal): -3104113 or 9413328. OLE color: 9413328.

HSL color Cylindrical-coordinate representation of color #D0A28F: hue angle of 17.54º 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 #D0A28F is Cyan = 0, Magento = 0.22, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB208162143-
CMYK00.220.310.18
HSL17.54º40.88%68.82%-
HSV(B)17.54º31.25%81.57%-
XYZ43.8941.2331.63-
YUV173.59110.74152.54-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.55%
GREEN value IS 162 (63.67% from 255) = 31.58%
BLUE value IS 143 (56.25% from 255) = 27.88%
R=40.55%
G=31.58%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.31
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20816214300.220.310.1817.5440.8868.82
HexD0A28F0161F12122945
Octal32024221702637222251105
Binary1101000010100010100011110101101111110010100101010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A28F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A28F; }

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

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

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

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

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

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

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

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