#D59C8A

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

Shades of Rose #D59C8A

Tints of Rose #D59C8A

Color information

#D59C8A (or 0xD59C8A) is unknown color: approx Rose. HEX triplet: D5, 9C and 8A. RGB value is (213,156,138). Sum of RGB (Red+Green+Blue) = 213+156+138=507 (67% of max value = 765). Red value is 213 (83.59% from 255 or 42.01% from 507); Green value is 156 (61.33% from 255 or 30.77% from 507); Blue value is 138 (54.30% from 255 or 27.22% from 507); Max value from RGB is 213 - color contains mainly: red. Hex color #D59C8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59C8A is #2A6375. Grayscale: #ABABAB. Windows color (decimal): -2777974 or 9084117. OLE color: 9084117.

HSL color Cylindrical-coordinate representation of color #D59C8A: hue angle of 14.4º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D59C8A is Cyan = 0, Magento = 0.27, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB213156138-
CMYK00.270.350.16
HSL14.4º47.17%68.82%-
HSV(B)14.4º35.21%83.53%-
XYZ43.9239.7629.4-
YUV170.99109.38157.96-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.01%
GREEN value IS 156 (61.33% from 255) = 30.77%
BLUE value IS 138 (54.30% from 255) = 27.22%
R=42.01%
G=30.77%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315613800.270.350.1614.447.1768.82
HexD59C8A01B2310e2f45
Octal32523421203343201657105
Binary1101010110011100100010100110111000111000011101011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59C8A; }

 p { color: rgb(213,156,138); }

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

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

 a { background-color: rgb(213,156,138); }

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

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

 span { border-color: rgb(213,156,138); }

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