#D4A982

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

Shades of Cameo #D4A982

Tints of Cameo #D4A982

Color information

#D4A982 (or 0xD4A982) is unknown color: approx Cameo. HEX triplet: D4, A9 and 82. RGB value is (212,169,130). Sum of RGB (Red+Green+Blue) = 212+169+130=511 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.49% from 511); Green value is 169 (66.41% from 255 or 33.07% from 511); Blue value is 130 (51.17% from 255 or 25.44% from 511); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A982 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A982 is #2B567D. Grayscale: #B1B1B1. Windows color (decimal): -2840190 or 8563156. OLE color: 8563156.

HSL color Cylindrical-coordinate representation of color #D4A982: hue angle of 28.54º 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 #D4A982 is Cyan = 0, Magento = 0.20, Yellow = 0.39 and Black (K on CMYK) = 0.17.

Color convert

RGB212169130-
CMYK00.200.390.17
HSL28.54º48.81%67.06%-
HSV(B)28.54º38.68%83.14%-
XYZ45.3743.9827.22-
YUV177.41101.25152.67-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.49%
GREEN value IS 169 (66.41% from 255) = 33.07%
BLUE value IS 130 (51.17% from 255) = 25.44%
R=41.49%
G=33.07%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.39
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21216913000.200.390.1728.5448.8167.06
HexD4A98201427111d3143
Octal32425120202447213561103
Binary11010100101010011000001001010010011110001111011100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A982; }

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

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

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

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

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

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

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

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