#D6A997

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

Shades of Rose #D6A997

Tints of Rose #D6A997

Color information

#D6A997 (or 0xD6A997) is unknown color: approx Rose. HEX triplet: D6, A9 and 97. RGB value is (214,169,151). Sum of RGB (Red+Green+Blue) = 214+169+151=534 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.07% from 534); Green value is 169 (66.41% from 255 or 31.65% from 534); Blue value is 151 (59.38% from 255 or 28.28% from 534); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A997 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A997 is #295668. Grayscale: #B4B4B4. Windows color (decimal): -2709097 or 9939414. OLE color: 9939414.

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

Color convert

RGB214169151-
CMYK00.210.290.16
HSL17.14º43.45%71.57%-
HSV(B)17.14º29.44%83.92%-
XYZ47.5144.9135.44-
YUV180.4111.41151.96-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.07%
GREEN value IS 169 (66.41% from 255) = 31.65%
BLUE value IS 151 (59.38% from 255) = 28.28%
R=40.07%
G=31.65%
B=28.28%

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
Decimal21416915100.210.290.1617.1443.4571.57
HexD6A9970151D10112b48
Octal32625122702535202153110
Binary1101011010101001100101110101011110110000100011010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A997; }

 p { color: rgb(214,169,151); }

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

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

 a { background-color: rgb(214,169,151); }

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

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

 span { border-color: rgb(214,169,151); }

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