#D8A38D

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

Shades of Rose #D8A38D

Tints of Rose #D8A38D

Color information

#D8A38D (or 0xD8A38D) is unknown color: approx Rose. HEX triplet: D8, A3 and 8D. RGB value is (216,163,141). Sum of RGB (Red+Green+Blue) = 216+163+141=520 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.54% from 520); Green value is 163 (64.06% from 255 or 31.35% from 520); Blue value is 141 (55.47% from 255 or 27.12% from 520); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A38D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8A38D is #275C72. Grayscale: #B0B0B0. Windows color (decimal): -2579571 or 9282520. OLE color: 9282520.

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

Color convert

RGB216163141-
CMYK00.250.350.15
HSL17.6º49.02%70%-
HSV(B)17.6º34.72%84.71%-
XYZ46.2242.7231.01-
YUV176.34108.06156.29-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.54%
GREEN value IS 163 (64.06% from 255) = 31.35%
BLUE value IS 141 (55.47% from 255) = 27.12%
R=41.54%
G=31.35%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21616314100.250.350.1517.649.0270
HexD8A38D01923F123146
Octal33024321503143172261106
Binary1101100010100011100011010110011000111111100101100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8A38D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8A38D; }

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

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

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

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

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

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

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

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