#D6A09A

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

Shades of Rose #D6A09A

Tints of Rose #D6A09A

Color information

#D6A09A (or 0xD6A09A) is unknown color: approx Rose. HEX triplet: D6, A0 and 9A. RGB value is (214,160,154). Sum of RGB (Red+Green+Blue) = 214+160+154=528 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.53% from 528); Green value is 160 (62.89% from 255 or 30.30% from 528); Blue value is 154 (60.55% from 255 or 29.17% from 528); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A09A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A09A is #295F65. Grayscale: #AFAFAF. Windows color (decimal): -2711398 or 10133718. OLE color: 10133718.

HSL color Cylindrical-coordinate representation of color #D6A09A: hue angle of 6º 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 #D6A09A is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.16.

Color convert

RGB214160154-
CMYK00.250.280.16
HSL42.25%72.16%-
HSV(B)28.04%83.92%-
XYZ46.1441.7736.2-
YUV175.46115.89155.49-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.53%
GREEN value IS 160 (62.89% from 255) = 30.30%
BLUE value IS 154 (60.55% from 255) = 29.17%
R=40.53%
G=30.30%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.28
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21416015400.250.280.16642.2572.16
HexD6A09A0191C1062a48
Octal3262402320313420652110
Binary11010110101000001001101001100111100100001101010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A09A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A09A; }

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

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

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

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

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

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

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

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