#D6A38E

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

Shades of Rose #D6A38E

Tints of Rose #D6A38E

Color information

#D6A38E (or 0xD6A38E) is unknown color: approx Rose. HEX triplet: D6, A3 and 8E. RGB value is (214,163,142). Sum of RGB (Red+Green+Blue) = 214+163+142=519 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.23% from 519); Green value is 163 (64.06% from 255 or 31.41% from 519); Blue value is 142 (55.86% from 255 or 27.36% from 519); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A38E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A38E is #295C71. Grayscale: #AFAFAF. Windows color (decimal): -2710642 or 9348054. OLE color: 9348054.

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

Color convert

RGB214163142-
CMYK00.240.340.16
HSL17.5º46.75%69.8%-
HSV(B)17.5º33.64%83.92%-
XYZ45.7142.4431.37-
YUV175.86108.9155.21-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.23%
GREEN value IS 163 (64.06% from 255) = 31.41%
BLUE value IS 142 (55.86% from 255) = 27.36%
R=41.23%
G=31.41%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21416314200.240.340.1617.546.7569.8
HexD6A38E0182210122f46
Octal32624321603042202257106
Binary11010110101000111000111001100010001010000100101011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A38E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A38E; }

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

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

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

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

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

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

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

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