#D4A680

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

Shades of Cameo #D4A680

Tints of Cameo #D4A680

Color information

#D4A680 (or 0xD4A680) is unknown color: approx Cameo. HEX triplet: D4, A6 and 80. RGB value is (212,166,128). Sum of RGB (Red+Green+Blue) = 212+166+128=506 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.90% from 506); Green value is 166 (65.23% from 255 or 32.81% from 506); Blue value is 128 (50.39% from 255 or 25.30% from 506); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A680 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A680 is #2B597F. Grayscale: #AFAFAF. Windows color (decimal): -2840960 or 8431316. OLE color: 8431316.

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

Color convert

RGB212166128-
CMYK00.220.400.17
HSL27.14º49.41%66.67%-
HSV(B)27.14º39.62%83.14%-
XYZ44.6842.8326.33-
YUV175.42101.24154.09-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.90%
GREEN value IS 166 (65.23% from 255) = 32.81%
BLUE value IS 128 (50.39% from 255) = 25.30%
R=41.90%
G=32.81%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.40
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21216612800.220.400.1727.1449.4166.67
HexD4A68001628111b3143
Octal32424620002650213361103
Binary11010100101001101000000001011010100010001110111100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A680; }

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

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

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

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

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

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

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

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