#D4A485

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

Shades of Cameo #D4A485

Tints of Cameo #D4A485

Color information

#D4A485 (or 0xD4A485) is unknown color: approx Cameo. HEX triplet: D4, A4 and 85. RGB value is (212,164,133). Sum of RGB (Red+Green+Blue) = 212+164+133=509 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.65% from 509); Green value is 164 (64.45% from 255 or 32.22% from 509); Blue value is 133 (52.34% from 255 or 26.13% from 509); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A485 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A485 is #2B5B7A. Grayscale: #AEAEAE. Windows color (decimal): -2841467 or 8758484. OLE color: 8758484.

HSL color Cylindrical-coordinate representation of color #D4A485: hue angle of 23.54º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D4A485 is Cyan = 0, Magento = 0.23, Yellow = 0.37 and Black (K on CMYK) = 0.17.

Color convert

RGB212164133-
CMYK00.230.370.17
HSL23.54º47.88%67.65%-
HSV(B)23.54º37.26%83.14%-
XYZ44.6642.2427.99-
YUV174.82104.4154.52-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.65%
GREEN value IS 164 (64.45% from 255) = 32.22%
BLUE value IS 133 (52.34% from 255) = 26.13%
R=41.65%
G=32.22%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.37
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21216413300.230.370.1723.5447.8867.65
HexD4A4850172511183044
Octal32424420502745213060104
Binary11010100101001001000010101011110010110001110001100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A485; }

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

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

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

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

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

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

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

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