#D59B85

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

Shades of Rose #D59B85

Tints of Rose #D59B85

Color information

#D59B85 (or 0xD59B85) is unknown color: approx Rose. HEX triplet: D5, 9B and 85. RGB value is (213,155,133). Sum of RGB (Red+Green+Blue) = 213+155+133=501 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.51% from 501); Green value is 155 (60.94% from 255 or 30.94% from 501); Blue value is 133 (52.34% from 255 or 26.55% from 501); Max value from RGB is 213 - color contains mainly: red. Hex color #D59B85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59B85 is #2A647A. Grayscale: #A9A9A9. Windows color (decimal): -2778235 or 8756181. OLE color: 8756181.

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

Color convert

RGB213155133-
CMYK00.270.380.16
HSL16.5º48.78%67.84%-
HSV(B)16.5º37.56%83.53%-
XYZ43.439.2827.49-
YUV169.83107.22158.79-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.51%
GREEN value IS 155 (60.94% from 255) = 30.94%
BLUE value IS 133 (52.34% from 255) = 26.55%
R=42.51%
G=30.94%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315513300.270.380.1616.548.7867.84
HexD59B8501B2610113144
Octal32523320503346202161104
Binary11010101100110111000010101101110011010000100011100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59B85; }

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

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

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

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

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

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

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

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