#D5A67E

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

Shades of Cameo #D5A67E

Tints of Cameo #D5A67E

Color information

#D5A67E (or 0xD5A67E) is unknown color: approx Cameo. HEX triplet: D5, A6 and 7E. RGB value is (213,166,126). Sum of RGB (Red+Green+Blue) = 213+166+126=505 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.18% from 505); Green value is 166 (65.23% from 255 or 32.87% from 505); Blue value is 126 (49.61% from 255 or 24.95% from 505); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A67E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A67E is #2A5981. Grayscale: #AFAFAF. Windows color (decimal): -2775426 or 8300245. OLE color: 8300245.

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

Color convert

RGB213166126-
CMYK00.220.410.16
HSL27.59º50.88%66.47%-
HSV(B)27.59º40.85%83.53%-
XYZ44.8442.9225.66-
YUV175.49100.07154.75-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.18%
GREEN value IS 166 (65.23% from 255) = 32.87%
BLUE value IS 126 (49.61% from 255) = 24.95%
R=42.18%
G=32.87%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21316612600.220.410.1627.5950.8866.47
HexD5A67E01629101c3342
Octal32524617602651203463102
Binary1101010110100110111111001011010100110000111001100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A67E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A67E; }

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

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

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

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

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

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

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

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