#D6A898

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

Shades of Rose #D6A898

Tints of Rose #D6A898

Color information

#D6A898 (or 0xD6A898) is unknown color: approx Rose. HEX triplet: D6, A8 and 98. RGB value is (214,168,152). Sum of RGB (Red+Green+Blue) = 214+168+152=534 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.07% from 534); Green value is 168 (66.02% from 255 or 31.46% from 534); Blue value is 152 (59.77% from 255 or 28.46% from 534); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A898 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A898 is #295767. Grayscale: #B4B4B4. Windows color (decimal): -2709352 or 10004694. OLE color: 10004694.

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

Color convert

RGB214168152-
CMYK00.210.290.16
HSL15.48º43.06%71.76%-
HSV(B)15.48º28.97%83.92%-
XYZ47.444.5735.81-
YUV179.93112.24152.3-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.07%
GREEN value IS 168 (66.02% from 255) = 31.46%
BLUE value IS 152 (59.77% from 255) = 28.46%
R=40.07%
G=31.46%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21416815200.210.290.1615.4843.0671.76
HexD6A8980151D10f2b48
Octal32625023002535201753110
Binary110101101010100010011000010101111011000011111010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A898; }

 p { color: rgb(214,168,152); }

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

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

 a { background-color: rgb(214,168,152); }

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

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

 span { border-color: rgb(214,168,152); }

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