#D4A182

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

Shades of Cameo #D4A182

Tints of Cameo #D4A182

Color information

#D4A182 (or 0xD4A182) is unknown color: approx Cameo. HEX triplet: D4, A1 and 82. RGB value is (212,161,130). Sum of RGB (Red+Green+Blue) = 212+161+130=503 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.15% from 503); Green value is 161 (63.28% from 255 or 32.01% from 503); Blue value is 130 (51.17% from 255 or 25.84% from 503); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A182 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A182 is #2B5E7D. Grayscale: #ACACAC. Windows color (decimal): -2842238 or 8561108. OLE color: 8561108.

HSL color Cylindrical-coordinate representation of color #D4A182: hue angle of 22.68º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D4A182 is Cyan = 0, Magento = 0.24, Yellow = 0.39 and Black (K on CMYK) = 0.17.

Color convert

RGB212161130-
CMYK00.240.390.17
HSL22.68º48.81%67.06%-
HSV(B)22.68º38.68%83.14%-
XYZ43.9341.126.74-
YUV172.71103.9156.02-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 42.15%
GREEN value IS 161 (63.28% from 255) = 32.01%
BLUE value IS 130 (51.17% from 255) = 25.84%
R=42.15%
G=32.01%
B=25.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.39
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21216113000.240.390.1722.6848.8167.06
HexD4A1820182711173143
Octal32424120203047212761103
Binary11010100101000011000001001100010011110001101111100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A182; }

 p { color: rgb(212,161,130); }

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

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

 a { background-color: rgb(212,161,130); }

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

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

 span { border-color: rgb(212,161,130); }

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