#D59A85

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

Shades of Rose #D59A85

Tints of Rose #D59A85

Color information

#D59A85 (or 0xD59A85) is unknown color: approx Rose. HEX triplet: D5, 9A and 85. RGB value is (213,154,133). Sum of RGB (Red+Green+Blue) = 213+154+133=500 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.6% from 500); Green value is 154 (60.55% from 255 or 30.8% from 500); Blue value is 133 (52.34% from 255 or 26.6% from 500); Max value from RGB is 213 - color contains mainly: red. Hex color #D59A85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59A85 is #2A657A. Grayscale: #A9A9A9. Windows color (decimal): -2778491 or 8755925. OLE color: 8755925.

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

Color convert

RGB213154133-
CMYK00.280.380.16
HSL15.75º48.78%67.84%-
HSV(B)15.75º37.56%83.53%-
XYZ43.2338.9527.43-
YUV169.25107.55159.21-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.6%
GREEN value IS 154 (60.55% from 255) = 30.8%
BLUE value IS 133 (52.34% from 255) = 26.6%
R=42.6%
G=30.8%
B=26.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315413300.280.380.1615.7548.7867.84
HexD59A8501C2610103144
Octal32523220503446202061104
Binary11010101100110101000010101110010011010000100001100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59A85; }

 p { color: rgb(213,154,133); }

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

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

 a { background-color: rgb(213,154,133); }

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

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

 span { border-color: rgb(213,154,133); }

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