#D6A39B

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

Shades of Rose #D6A39B

Tints of Rose #D6A39B

Color information

#D6A39B (or 0xD6A39B) is unknown color: approx Rose. HEX triplet: D6, A3 and 9B. RGB value is (214,163,155). Sum of RGB (Red+Green+Blue) = 214+163+155=532 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.23% from 532); Green value is 163 (64.06% from 255 or 30.64% from 532); Blue value is 155 (60.94% from 255 or 29.14% from 532); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A39B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A39B is #295C64. Grayscale: #B1B1B1. Windows color (decimal): -2710629 or 10200022. OLE color: 10200022.

HSL color Cylindrical-coordinate representation of color #D6A39B: hue angle of 8.14º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D6A39B is Cyan = 0, Magento = 0.24, Yellow = 0.28 and Black (K on CMYK) = 0.16.

Color convert

RGB214163155-
CMYK00.240.280.16
HSL8.14º41.84%72.35%-
HSV(B)8.14º27.57%83.92%-
XYZ46.7542.8636.82-
YUV177.34115.4154.15-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.23%
GREEN value IS 163 (64.06% from 255) = 30.64%
BLUE value IS 155 (60.94% from 255) = 29.14%
R=40.23%
G=30.64%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.28
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21416315500.240.280.168.1441.8472.35
HexD6A39B0181C1082a48
Octal32624323303034201052110
Binary110101101010001110011011011000111001000010001010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A39B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A39B; }

 p { color: rgb(214,163,155); }

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

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

 a { background-color: rgb(214,163,155); }

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

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

 span { border-color: rgb(214,163,155); }

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