#D4AA8A

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

Shades of Cameo #D4AA8A

Tints of Cameo #D4AA8A

Color information

#D4AA8A (or 0xD4AA8A) is unknown color: approx Cameo. HEX triplet: D4, AA and 8A. RGB value is (212,170,138). Sum of RGB (Red+Green+Blue) = 212+170+138=520 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.77% from 520); Green value is 170 (66.80% from 255 or 32.69% from 520); Blue value is 138 (54.30% from 255 or 26.54% from 520); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AA8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4AA8A is #2B5575. Grayscale: #B3B3B3. Windows color (decimal): -2839926 or 9087700. OLE color: 9087700.

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

Color convert

RGB212170138-
CMYK00.200.350.17
HSL25.95º46.25%68.63%-
HSV(B)25.95º34.91%83.14%-
XYZ46.1144.5830.22-
YUV178.91104.91151.6-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.77%
GREEN value IS 170 (66.80% from 255) = 32.69%
BLUE value IS 138 (54.30% from 255) = 26.54%
R=40.77%
G=32.69%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.35
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21217013800.200.350.1725.9546.2568.63
HexD4AA8A01423111a2e45
Octal32425221202443213256105
Binary11010100101010101000101001010010001110001110101011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4AA8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4AA8A; }

 p { color: rgb(212,170,138); }

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

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

 a { background-color: rgb(212,170,138); }

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

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

 span { border-color: rgb(212,170,138); }

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