#D2A58E

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

Shades of Rose #D2A58E

Tints of Rose #D2A58E

Color information

#D2A58E (or 0xD2A58E) is unknown color: approx Rose. HEX triplet: D2, A5 and 8E. RGB value is (210,165,142). Sum of RGB (Red+Green+Blue) = 210+165+142=517 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.62% from 517); Green value is 165 (64.84% from 255 or 31.91% from 517); Blue value is 142 (55.86% from 255 or 27.47% from 517); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A58E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2A58E is #2D5A71. Grayscale: #AFAFAF. Windows color (decimal): -2972274 or 9348562. OLE color: 9348562.

HSL color Cylindrical-coordinate representation of color #D2A58E: hue angle of 20.29º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D2A58E is Cyan = 0, Magento = 0.21, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB210165142-
CMYK00.210.320.18
HSL20.29º43.04%69.02%-
HSV(B)20.29º32.38%82.35%-
XYZ44.9242.5631.44-
YUV175.83108.91152.37-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.62%
GREEN value IS 165 (64.84% from 255) = 31.91%
BLUE value IS 142 (55.86% from 255) = 27.47%
R=40.62%
G=31.91%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21016514200.210.320.1820.2943.0469.02
HexD2A58E0152012142b45
Octal32224521602540222453105
Binary11010010101001011000111001010110000010010101001010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2A58E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2A58E; }

 p { color: rgb(210,165,142); }

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

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

 a { background-color: rgb(210,165,142); }

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

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

 span { border-color: rgb(210,165,142); }

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