#D1A478

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

Shades of Cameo #D1A478

Tints of Cameo #D1A478

Color information

#D1A478 (or 0xD1A478) is unknown color: approx Cameo. HEX triplet: D1, A4 and 78. RGB value is (209,164,120). Sum of RGB (Red+Green+Blue) = 209+164+120=493 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.39% from 493); Green value is 164 (64.45% from 255 or 33.27% from 493); Blue value is 120 (47.27% from 255 or 24.34% from 493); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A478 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A478 is #2E5B87. Grayscale: #ACACAC. Windows color (decimal): -3038088 or 7906513. OLE color: 7906513.

HSL color Cylindrical-coordinate representation of color #D1A478: hue angle of 29.66º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D1A478 is Cyan = 0, Magento = 0.22, Yellow = 0.43 and Black (K on CMYK) = 0.18.

Color convert

RGB209164120-
CMYK00.220.430.18
HSL29.66º49.17%64.51%-
HSV(B)29.66º42.58%81.96%-
XYZ42.9641.4623.51-
YUV172.4498.41154.08-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.39%
GREEN value IS 164 (64.45% from 255) = 33.27%
BLUE value IS 120 (47.27% from 255) = 24.34%
R=42.39%
G=33.27%
B=24.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.43
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20916412000.220.430.1829.6649.1764.51
HexD1A4780162B121e3141
Octal32124417002653223661101
Binary1101000110100100111100001011010101110010111101100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1A478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1A478; }

 p { color: rgb(209,164,120); }

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

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

 a { background-color: rgb(209,164,120); }

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

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

 span { border-color: rgb(209,164,120); }

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