#D6A099

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

Shades of Rose #D6A099

Tints of Rose #D6A099

Color information

#D6A099 (or 0xD6A099) is unknown color: approx Rose. HEX triplet: D6, A0 and 99. RGB value is (214,160,153). Sum of RGB (Red+Green+Blue) = 214+160+153=527 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.61% from 527); Green value is 160 (62.89% from 255 or 30.36% from 527); Blue value is 153 (60.16% from 255 or 29.03% from 527); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A099 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A099 is #295F66. Grayscale: #AFAFAF. Windows color (decimal): -2711399 or 10068182. OLE color: 10068182.

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

Color convert

RGB214160153-
CMYK00.250.290.16
HSL6.89º42.66%71.96%-
HSV(B)6.89º28.5%83.92%-
XYZ46.0541.7435.77-
YUV175.35115.39155.57-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.61%
GREEN value IS 160 (62.89% from 255) = 30.36%
BLUE value IS 153 (60.16% from 255) = 29.03%
R=40.61%
G=30.36%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21416015300.250.290.166.8942.6671.96
HexD6A0990191D1072b48
Octal3262402310313520753110
Binary11010110101000001001100101100111101100001111010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A099; }

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

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

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

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

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

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

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

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