#D2A38D

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

Shades of Rose #D2A38D

Tints of Rose #D2A38D

Color information

#D2A38D (or 0xD2A38D) is unknown color: approx Rose. HEX triplet: D2, A3 and 8D. RGB value is (210,163,141). Sum of RGB (Red+Green+Blue) = 210+163+141=514 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.86% from 514); Green value is 163 (64.06% from 255 or 31.71% from 514); Blue value is 141 (55.47% from 255 or 27.43% from 514); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A38D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2A38D is #2D5C72. Grayscale: #AEAEAE. Windows color (decimal): -2972787 or 9282514. OLE color: 9282514.

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

Color convert

RGB210163141-
CMYK00.220.330.18
HSL19.13º43.4%68.82%-
HSV(B)19.13º32.86%82.35%-
XYZ44.4841.8230.93-
YUV174.54109.07153.29-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.86%
GREEN value IS 163 (64.06% from 255) = 31.71%
BLUE value IS 141 (55.47% from 255) = 27.43%
R=40.86%
G=31.71%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21016314100.220.330.1819.1343.468.82
HexD2A38D0162112132b45
Octal32224321502641222353105
Binary11010010101000111000110101011010000110010100111010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2A38D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2A38D; }

 p { color: rgb(210,163,141); }

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

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

 a { background-color: rgb(210,163,141); }

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

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

 span { border-color: rgb(210,163,141); }

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