#D4A675

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

Shades of Cameo #D4A675

Tints of Cameo #D4A675

Color information

#D4A675 (or 0xD4A675) is unknown color: approx Cameo. HEX triplet: D4, A6 and 75. RGB value is (212,166,117). Sum of RGB (Red+Green+Blue) = 212+166+117=495 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.83% from 495); Green value is 166 (65.23% from 255 or 33.54% from 495); Blue value is 117 (46.09% from 255 or 23.64% from 495); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A675 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A675 is #2B598A. Grayscale: #AEAEAE. Windows color (decimal): -2840971 or 7710420. OLE color: 7710420.

HSL color Cylindrical-coordinate representation of color #D4A675: hue angle of 30.95º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D4A675 is Cyan = 0, Magento = 0.22, Yellow = 0.45 and Black (K on CMYK) = 0.17.

Color convert

RGB212166117-
CMYK00.220.450.17
HSL30.95º52.49%64.51%-
HSV(B)30.95º44.81%83.14%-
XYZ4442.5522.72-
YUV174.1795.74154.98-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 42.83%
GREEN value IS 166 (65.23% from 255) = 33.54%
BLUE value IS 117 (46.09% from 255) = 23.64%
R=42.83%
G=33.54%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.45
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21216611700.220.450.1730.9552.4964.51
HexD4A6750162D111f3441
Octal32424616502655213764101
Binary1101010010100110111010101011010110110001111111101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A675; }

 p { color: rgb(212,166,117); }

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

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

 a { background-color: rgb(212,166,117); }

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

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

 span { border-color: rgb(212,166,117); }

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