#D6A18E

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

Shades of Rose #D6A18E

Tints of Rose #D6A18E

Color information

#D6A18E (or 0xD6A18E) is unknown color: approx Rose. HEX triplet: D6, A1 and 8E. RGB value is (214,161,142). Sum of RGB (Red+Green+Blue) = 214+161+142=517 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.39% from 517); Green value is 161 (63.28% from 255 or 31.14% from 517); Blue value is 142 (55.86% from 255 or 27.47% from 517); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A18E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A18E is #295E71. Grayscale: #AEAEAE. Windows color (decimal): -2711154 or 9347542. OLE color: 9347542.

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

Color convert

RGB214161142-
CMYK00.250.340.16
HSL15.83º46.75%69.8%-
HSV(B)15.83º33.64%83.92%-
XYZ45.3641.7431.26-
YUV174.68109.56156.04-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.39%
GREEN value IS 161 (63.28% from 255) = 31.14%
BLUE value IS 142 (55.86% from 255) = 27.47%
R=41.39%
G=31.14%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21416114200.250.340.1615.8346.7569.8
HexD6A18E0192210102f46
Octal32624121603142202057106
Binary11010110101000011000111001100110001010000100001011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A18E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A18E; }

 p { color: rgb(214,161,142); }

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

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

 a { background-color: rgb(214,161,142); }

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

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

 span { border-color: rgb(214,161,142); }

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