#D1A38A

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

Shades of Cameo #D1A38A

Tints of Cameo #D1A38A

Color information

#D1A38A (or 0xD1A38A) is unknown color: approx Cameo. HEX triplet: D1, A3 and 8A. RGB value is (209,163,138). Sum of RGB (Red+Green+Blue) = 209+163+138=510 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.98% from 510); Green value is 163 (64.06% from 255 or 31.96% from 510); Blue value is 138 (54.30% from 255 or 27.06% from 510); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A38A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1A38A is #2E5C75. Grayscale: #AEAEAE. Windows color (decimal): -3038326 or 9085905. OLE color: 9085905.

HSL color Cylindrical-coordinate representation of color #D1A38A: hue angle of 21.13º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D1A38A is Cyan = 0, Magento = 0.22, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB209163138-
CMYK00.220.340.18
HSL21.13º43.56%68.04%-
HSV(B)21.13º33.97%81.96%-
XYZ43.9841.5829.75-
YUV173.9107.74153.03-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.98%
GREEN value IS 163 (64.06% from 255) = 31.96%
BLUE value IS 138 (54.30% from 255) = 27.06%
R=40.98%
G=31.96%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.34
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20916313800.220.340.1821.1343.5668.04
HexD1A38A0162212152c44
Octal32124321202642222554104
Binary11010001101000111000101001011010001010010101011011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1A38A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1A38A; }

 p { color: rgb(209,163,138); }

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

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

 a { background-color: rgb(209,163,138); }

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

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

 span { border-color: rgb(209,163,138); }

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