#D4A38E

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

Shades of Rose #D4A38E

Tints of Rose #D4A38E

Color information

#D4A38E (or 0xD4A38E) is unknown color: approx Rose. HEX triplet: D4, A3 and 8E. RGB value is (212,163,142). Sum of RGB (Red+Green+Blue) = 212+163+142=517 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.01% from 517); Green value is 163 (64.06% from 255 or 31.53% from 517); Blue value is 142 (55.86% from 255 or 27.47% from 517); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A38E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A38E is #2B5C71. Grayscale: #AFAFAF. Windows color (decimal): -2841714 or 9348052. OLE color: 9348052.

HSL color Cylindrical-coordinate representation of color #D4A38E: hue angle of 18º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D4A38E is Cyan = 0, Magento = 0.23, Yellow = 0.33 and Black (K on CMYK) = 0.17.

Color convert

RGB212163142-
CMYK00.230.330.17
HSL18º44.87%69.41%-
HSV(B)18º33.02%83.14%-
XYZ45.1342.1431.35-
YUV175.26109.23154.21-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.01%
GREEN value IS 163 (64.06% from 255) = 31.53%
BLUE value IS 142 (55.86% from 255) = 27.47%
R=41.01%
G=31.53%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.33
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21216314200.230.330.171844.8769.41
HexD4A38E0172111122d45
Octal32424321602741212255105
Binary11010100101000111000111001011110000110001100101011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A38E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A38E; }

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

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

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

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

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

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

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

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