#D4A484

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

Shades of Cameo #D4A484

Tints of Cameo #D4A484

Color information

#D4A484 (or 0xD4A484) is unknown color: approx Cameo. HEX triplet: D4, A4 and 84. RGB value is (212,164,132). Sum of RGB (Red+Green+Blue) = 212+164+132=508 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.73% from 508); Green value is 164 (64.45% from 255 or 32.28% from 508); Blue value is 132 (51.95% from 255 or 25.98% from 508); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A484 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A484 is #2B5B7B. Grayscale: #AEAEAE. Windows color (decimal): -2841468 or 8692948. OLE color: 8692948.

HSL color Cylindrical-coordinate representation of color #D4A484: hue angle of 24º degrees, saturation: 0.48, 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 #D4A484 is Cyan = 0, Magento = 0.23, Yellow = 0.38 and Black (K on CMYK) = 0.17.

Color convert

RGB212164132-
CMYK00.230.380.17
HSL24º48.19%67.45%-
HSV(B)24º37.74%83.14%-
XYZ44.5942.2127.63-
YUV174.7103.9154.6-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.73%
GREEN value IS 164 (64.45% from 255) = 32.28%
BLUE value IS 132 (51.95% from 255) = 25.98%
R=41.73%
G=32.28%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.38
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21216413200.230.380.172448.1967.45
HexD4A4840172611183043
Octal32424420402746213060103
Binary11010100101001001000010001011110011010001110001100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A484; }

 p { color: rgb(212,164,132); }

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

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

 a { background-color: rgb(212,164,132); }

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

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

 span { border-color: rgb(212,164,132); }

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