#D5A784

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

Shades of Cameo #D5A784

Tints of Cameo #D5A784

Color information

#D5A784 (or 0xD5A784) is unknown color: approx Cameo. HEX triplet: D5, A7 and 84. RGB value is (213,167,132). Sum of RGB (Red+Green+Blue) = 213+167+132=512 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.60% from 512); Green value is 167 (65.62% from 255 or 32.62% from 512); Blue value is 132 (51.95% from 255 or 25.78% from 512); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A784 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A784 is #2A587B. Grayscale: #B0B0B0. Windows color (decimal): -2775164 or 8693717. OLE color: 8693717.

HSL color Cylindrical-coordinate representation of color #D5A784: hue angle of 25.93º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D5A784 is Cyan = 0, Magento = 0.22, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB213167132-
CMYK00.220.380.16
HSL25.93º49.09%67.65%-
HSV(B)25.93º38.03%83.53%-
XYZ45.4243.4527.82-
YUV176.76102.74153.85-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.60%
GREEN value IS 167 (65.62% from 255) = 32.62%
BLUE value IS 132 (51.95% from 255) = 25.78%
R=41.60%
G=32.62%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21316713200.220.380.1625.9349.0967.65
HexD5A78401626101a3144
Octal32524720402646203261104
Binary11010101101001111000010001011010011010000110101100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A784; }

 p { color: rgb(213,167,132); }

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

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

 a { background-color: rgb(213,167,132); }

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

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

 span { border-color: rgb(213,167,132); }

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