#D1A274

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

Shades of Cameo #D1A274

Tints of Cameo #D1A274

Color information

#D1A274 (or 0xD1A274) is unknown color: approx Cameo. HEX triplet: D1, A2 and 74. RGB value is (209,162,116). Sum of RGB (Red+Green+Blue) = 209+162+116=487 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.92% from 487); Green value is 162 (63.67% from 255 or 33.26% from 487); Blue value is 116 (45.70% from 255 or 23.82% from 487); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A274 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A274 is #2E5D8B. Grayscale: #ABABAB. Windows color (decimal): -3038604 or 7643857. OLE color: 7643857.

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

Color convert

RGB209162116-
CMYK00.220.440.18
HSL29.68º50.27%63.73%-
HSV(B)29.68º44.5%81.96%-
XYZ42.3740.6622.14-
YUV170.8197.07155.24-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.92%
GREEN value IS 162 (63.67% from 255) = 33.26%
BLUE value IS 116 (45.70% from 255) = 23.82%
R=42.92%
G=33.26%
B=23.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20916211600.220.440.1829.6850.2763.73
HexD1A2740162C121e3240
Octal32124216402654223662100
Binary1101000110100010111010001011010110010010111101100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1A274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1A274; }

 p { color: rgb(209,162,116); }

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

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

 a { background-color: rgb(209,162,116); }

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

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

 span { border-color: rgb(209,162,116); }

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