#D2A48A

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

Shades of Cameo #D2A48A

Tints of Cameo #D2A48A

Color information

#D2A48A (or 0xD2A48A) is unknown color: approx Cameo. HEX triplet: D2, A4 and 8A. RGB value is (210,164,138). Sum of RGB (Red+Green+Blue) = 210+164+138=512 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.02% from 512); Green value is 164 (64.45% from 255 or 32.03% from 512); Blue value is 138 (54.30% from 255 or 26.95% from 512); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A48A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2A48A is #2D5B75. Grayscale: #AEAEAE. Windows color (decimal): -2972534 or 9086162. OLE color: 9086162.

HSL color Cylindrical-coordinate representation of color #D2A48A: hue angle of 21.67º 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 #D2A48A is Cyan = 0, Magento = 0.22, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB210164138-
CMYK00.220.340.18
HSL21.67º44.44%68.24%-
HSV(B)21.67º34.29%82.35%-
XYZ44.4442.0929.83-
YUV174.79107.24153.11-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 41.02%
GREEN value IS 164 (64.45% from 255) = 32.03%
BLUE value IS 138 (54.30% from 255) = 26.95%
R=41.02%
G=32.03%
B=26.95%

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
Decimal21016413800.220.340.1821.6744.4468.24
HexD2A48A0162212162c44
Octal32224421202642222654104
Binary11010010101001001000101001011010001010010101101011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2A48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2A48A; }

 p { color: rgb(210,164,138); }

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

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

 a { background-color: rgb(210,164,138); }

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

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

 span { border-color: rgb(210,164,138); }

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