#D6A493

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

Shades of Rose #D6A493

Tints of Rose #D6A493

Color information

#D6A493 (or 0xD6A493) is unknown color: approx Rose. HEX triplet: D6, A4 and 93. RGB value is (214,164,147). Sum of RGB (Red+Green+Blue) = 214+164+147=525 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.76% from 525); Green value is 164 (64.45% from 255 or 31.24% from 525); Blue value is 147 (57.81% from 255 or 28% from 525); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A493 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A493 is #295B6C. Grayscale: #B1B1B1. Windows color (decimal): -2710381 or 9675990. OLE color: 9675990.

HSL color Cylindrical-coordinate representation of color #D6A493: hue angle of 15.22º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D6A493 is Cyan = 0, Magento = 0.23, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB214164147-
CMYK00.230.310.16
HSL15.22º44.97%70.78%-
HSV(B)15.22º31.31%83.92%-
XYZ46.2742.9533.46-
YUV177.01111.06154.38-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.76%
GREEN value IS 164 (64.45% from 255) = 31.24%
BLUE value IS 147 (57.81% from 255) = 28%
R=40.76%
G=31.24%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21416414700.230.310.1615.2244.9770.78
HexD6A4930171F10f2d47
Octal32624422302737201755107
Binary110101101010010010010011010111111111000011111011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A493; }

 p { color: rgb(214,164,147); }

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

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

 a { background-color: rgb(214,164,147); }

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

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

 span { border-color: rgb(214,164,147); }

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