#D6A49A

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

Shades of Rose #D6A49A

Tints of Rose #D6A49A

Color information

#D6A49A (or 0xD6A49A) is unknown color: approx Rose. HEX triplet: D6, A4 and 9A. RGB value is (214,164,154). Sum of RGB (Red+Green+Blue) = 214+164+154=532 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.23% from 532); Green value is 164 (64.45% from 255 or 30.83% from 532); Blue value is 154 (60.55% from 255 or 28.95% from 532); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A49A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A49A is #295B65. Grayscale: #B1B1B1. Windows color (decimal): -2710374 or 10134742. OLE color: 10134742.

HSL color Cylindrical-coordinate representation of color #D6A49A: hue angle of 10º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D6A49A is Cyan = 0, Magento = 0.23, Yellow = 0.28 and Black (K on CMYK) = 0.16.

Color convert

RGB214164154-
CMYK00.230.280.16
HSL10º42.25%72.16%-
HSV(B)10º28.04%83.92%-
XYZ46.8443.1836.44-
YUV177.81114.56153.81-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.23%
GREEN value IS 164 (64.45% from 255) = 30.83%
BLUE value IS 154 (60.55% from 255) = 28.95%
R=40.23%
G=30.83%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.28
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21416415400.230.280.161042.2572.16
HexD6A49A0171C10a2a48
Octal32624423202734201252110
Binary110101101010010010011010010111111001000010101010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A49A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A49A; }

 p { color: rgb(214,164,154); }

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

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

 a { background-color: rgb(214,164,154); }

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

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

 span { border-color: rgb(214,164,154); }

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