#D6A08C

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

Shades of Rose #D6A08C

Tints of Rose #D6A08C

Color information

#D6A08C (or 0xD6A08C) is unknown color: approx Rose. HEX triplet: D6, A0 and 8C. RGB value is (214,160,140). Sum of RGB (Red+Green+Blue) = 214+160+140=514 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.63% from 514); Green value is 160 (62.89% from 255 or 31.13% from 514); Blue value is 140 (55.08% from 255 or 27.24% from 514); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A08C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A08C is #295F73. Grayscale: #AEAEAE. Windows color (decimal): -2711412 or 9216214. OLE color: 9216214.

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

Color convert

RGB214160140-
CMYK00.250.350.16
HSL16.22º47.44%69.41%-
HSV(B)16.22º34.58%83.92%-
XYZ45.0441.3330.42-
YUV173.87108.89156.63-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.63%
GREEN value IS 160 (62.89% from 255) = 31.13%
BLUE value IS 140 (55.08% from 255) = 27.24%
R=41.63%
G=31.13%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21416014000.250.350.1616.2247.4469.41
HexD6A08C0192310102f45
Octal32624021403143202057105
Binary11010110101000001000110001100110001110000100001011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A08C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A08C; }

 p { color: rgb(214,160,140); }

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

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

 a { background-color: rgb(214,160,140); }

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

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

 span { border-color: rgb(214,160,140); }

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