#D0A391

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

Shades of Rose #D0A391

Tints of Rose #D0A391

Color information

#D0A391 (or 0xD0A391) is unknown color: approx Rose. HEX triplet: D0, A3 and 91. RGB value is (208,163,145). Sum of RGB (Red+Green+Blue) = 208+163+145=516 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.31% from 516); Green value is 163 (64.06% from 255 or 31.59% from 516); Blue value is 145 (57.03% from 255 or 28.10% from 516); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A391 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A391 is #2F5C6E. Grayscale: #AEAEAE. Windows color (decimal): -3103855 or 9544656. OLE color: 9544656.

HSL color Cylindrical-coordinate representation of color #D0A391: hue angle of 17.14º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D0A391 is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB208163145-
CMYK00.220.300.18
HSL17.14º40.13%69.22%-
HSV(B)17.14º30.29%81.57%-
XYZ44.2241.6532.5-
YUV174.4111.41151.96-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.31%
GREEN value IS 163 (64.06% from 255) = 31.59%
BLUE value IS 145 (57.03% from 255) = 28.10%
R=40.31%
G=31.59%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20816314500.220.300.1817.1440.1369.22
HexD0A3910161E12112845
Octal32024322102636222150105
Binary1101000010100011100100010101101111010010100011010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A391; }

 p { color: rgb(208,163,145); }

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

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

 a { background-color: rgb(208,163,145); }

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

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

 span { border-color: rgb(208,163,145); }

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