#D4A983

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

Shades of Cameo #D4A983

Tints of Cameo #D4A983

Color information

#D4A983 (or 0xD4A983) is unknown color: approx Cameo. HEX triplet: D4, A9 and 83. RGB value is (212,169,131). Sum of RGB (Red+Green+Blue) = 212+169+131=512 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.41% from 512); Green value is 169 (66.41% from 255 or 33.01% from 512); Blue value is 131 (51.56% from 255 or 25.59% from 512); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A983 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A983 is #2B567C. Grayscale: #B1B1B1. Windows color (decimal): -2840189 or 8628692. OLE color: 8628692.

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

Color convert

RGB212169131-
CMYK00.200.380.17
HSL28.15º48.5%67.25%-
HSV(B)28.15º38.21%83.14%-
XYZ45.4444.0127.57-
YUV177.52101.75152.59-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.41%
GREEN value IS 169 (66.41% from 255) = 33.01%
BLUE value IS 131 (51.56% from 255) = 25.59%
R=41.41%
G=33.01%
B=25.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.38
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21216913100.200.380.1728.1548.567.25
HexD4A98301426111c3143
Octal32425120302446213461103
Binary11010100101010011000001101010010011010001111001100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A983; }

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

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

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

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

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

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

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

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