#D5A675

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

Shades of Cameo #D5A675

Tints of Cameo #D5A675

Color information

#D5A675 (or 0xD5A675) is unknown color: approx Cameo. HEX triplet: D5, A6 and 75. RGB value is (213,166,117). Sum of RGB (Red+Green+Blue) = 213+166+117=496 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.94% from 496); Green value is 166 (65.23% from 255 or 33.47% from 496); Blue value is 117 (46.09% from 255 or 23.59% from 496); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A675 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A675 is #2A598A. Grayscale: #AEAEAE. Windows color (decimal): -2775435 or 7710421. OLE color: 7710421.

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

Color convert

RGB213166117-
CMYK00.220.450.16
HSL30.63º53.33%64.71%-
HSV(B)30.63º45.07%83.53%-
XYZ44.2942.722.74-
YUV174.4795.57155.48-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.94%
GREEN value IS 166 (65.23% from 255) = 33.47%
BLUE value IS 117 (46.09% from 255) = 23.59%
R=42.94%
G=33.47%
B=23.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21316611700.220.450.1630.6353.3364.71
HexD5A6750162D101f3541
Octal32524616502655203765101
Binary1101010110100110111010101011010110110000111111101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A675; }

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

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

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

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

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

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

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

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