#D5A681

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

Shades of Cameo #D5A681

Tints of Cameo #D5A681

Color information

#D5A681 (or 0xD5A681) is unknown color: approx Cameo. HEX triplet: D5, A6 and 81. RGB value is (213,166,129). Sum of RGB (Red+Green+Blue) = 213+166+129=508 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.93% from 508); Green value is 166 (65.23% from 255 or 32.68% from 508); Blue value is 129 (50.78% from 255 or 25.39% from 508); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A681 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A681 is #2A597E. Grayscale: #B0B0B0. Windows color (decimal): -2775423 or 8496853. OLE color: 8496853.

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

Color convert

RGB213166129-
CMYK00.220.390.16
HSL26.43º50%67.06%-
HSV(B)26.43º39.44%83.53%-
XYZ45.044326.7-
YUV175.83101.57154.51-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.93%
GREEN value IS 166 (65.23% from 255) = 32.68%
BLUE value IS 129 (50.78% from 255) = 25.39%
R=41.93%
G=32.68%
B=25.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.39
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21316612900.220.390.1626.435067.06
HexD5A68101627101a3243
Octal32524620102647203262103
Binary11010101101001101000000101011010011110000110101100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A681; }

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

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

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

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

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

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

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

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