#D6A098

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

Shades of Rose #D6A098

Tints of Rose #D6A098

Color information

#D6A098 (or 0xD6A098) is unknown color: approx Rose. HEX triplet: D6, A0 and 98. RGB value is (214,160,152). Sum of RGB (Red+Green+Blue) = 214+160+152=526 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.68% from 526); Green value is 160 (62.89% from 255 or 30.42% from 526); Blue value is 152 (59.77% from 255 or 28.90% from 526); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A098 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A098 is #295F67. Grayscale: #AFAFAF. Windows color (decimal): -2711400 or 10002646. OLE color: 10002646.

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

Color convert

RGB214160152-
CMYK00.250.290.16
HSL7.74º43.06%71.76%-
HSV(B)7.74º28.97%83.92%-
XYZ45.9741.735.33-
YUV175.23114.89155.65-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.68%
GREEN value IS 160 (62.89% from 255) = 30.42%
BLUE value IS 152 (59.77% from 255) = 28.90%
R=40.68%
G=30.42%
B=28.90%

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
Decimal21416015200.250.290.167.7443.0671.76
HexD6A0980191D1082b48
Octal32624023003135201053110
Binary110101101010000010011000011001111011000010001010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A098; }

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

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

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

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

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

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

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

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