#D5A680

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

Shades of Cameo #D5A680

Tints of Cameo #D5A680

Color information

#D5A680 (or 0xD5A680) is unknown color: approx Cameo. HEX triplet: D5, A6 and 80. RGB value is (213,166,128). Sum of RGB (Red+Green+Blue) = 213+166+128=507 (67% of max value = 765). Red value is 213 (83.59% from 255 or 42.01% from 507); Green value is 166 (65.23% from 255 or 32.74% from 507); Blue value is 128 (50.39% from 255 or 25.25% from 507); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A680 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A680 is #2A597F. Grayscale: #AFAFAF. Windows color (decimal): -2775424 or 8431317. OLE color: 8431317.

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

Color convert

RGB213166128-
CMYK00.220.400.16
HSL26.82º50.3%66.86%-
HSV(B)26.82º39.91%83.53%-
XYZ44.9742.9826.35-
YUV175.72101.07154.59-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.01%
GREEN value IS 166 (65.23% from 255) = 32.74%
BLUE value IS 128 (50.39% from 255) = 25.25%
R=42.01%
G=32.74%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21316612800.220.400.1626.8250.366.86
HexD5A68001628101b3243
Octal32524620002650203362103
Binary11010101101001101000000001011010100010000110111100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A680; }

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

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

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

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

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

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

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

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