#D8A38B

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

Shades of Rose #D8A38B

Tints of Rose #D8A38B

Color information

#D8A38B (or 0xD8A38B) is unknown color: approx Rose. HEX triplet: D8, A3 and 8B. RGB value is (216,163,139). Sum of RGB (Red+Green+Blue) = 216+163+139=518 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.70% from 518); Green value is 163 (64.06% from 255 or 31.47% from 518); Blue value is 139 (54.69% from 255 or 26.83% from 518); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A38B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8A38B is #275C74. Grayscale: #B0B0B0. Windows color (decimal): -2579573 or 9151448. OLE color: 9151448.

HSL color Cylindrical-coordinate representation of color #D8A38B: hue angle of 18.7º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D8A38B is Cyan = 0, Magento = 0.25, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB216163139-
CMYK00.250.360.15
HSL18.7º49.68%69.61%-
HSV(B)18.7º35.65%84.71%-
XYZ46.0842.6630.23-
YUV176.11107.06156.45-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.70%
GREEN value IS 163 (64.06% from 255) = 31.47%
BLUE value IS 139 (54.69% from 255) = 26.83%
R=41.70%
G=31.47%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21616313900.250.360.1518.749.6869.61
HexD8A38B01924F133246
Octal33024321303144172362106
Binary1101100010100011100010110110011001001111100111100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8A38B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8A38B; }

 p { color: rgb(216,163,139); }

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

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

 a { background-color: rgb(216,163,139); }

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

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

 span { border-color: rgb(216,163,139); }

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