#D69A86

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

Shades of Rose #D69A86

Tints of Rose #D69A86

Color information

#D69A86 (or 0xD69A86) is unknown color: approx Rose. HEX triplet: D6, 9A and 86. RGB value is (214,154,134). Sum of RGB (Red+Green+Blue) = 214+154+134=502 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.63% from 502); Green value is 154 (60.55% from 255 or 30.68% from 502); Blue value is 134 (52.73% from 255 or 26.69% from 502); Max value from RGB is 214 - color contains mainly: red. Hex color #D69A86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69A86 is #296579. Grayscale: #A9A9A9. Windows color (decimal): -2712954 or 8821462. OLE color: 8821462.

HSL color Cylindrical-coordinate representation of color #D69A86: hue angle of 15º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D69A86 is Cyan = 0, Magento = 0.28, Yellow = 0.37 and Black (K on CMYK) = 0.16.

Color convert

RGB214154134-
CMYK00.280.370.16
HSL15º49.38%68.24%-
HSV(B)15º37.38%83.92%-
XYZ43.5939.1327.81-
YUV169.66107.88159.63-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.63%
GREEN value IS 154 (60.55% from 255) = 30.68%
BLUE value IS 134 (52.73% from 255) = 26.69%
R=42.63%
G=30.68%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.37
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415413400.280.370.161549.3868.24
HexD69A8601C2510f3144
Octal32623220603445201761104
Binary1101011010011010100001100111001001011000011111100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69A86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69A86; }

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

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

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

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

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

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

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

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