#D1A272

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

Shades of Cameo #D1A272

Tints of Cameo #D1A272

Color information

#D1A272 (or 0xD1A272) is unknown color: approx Cameo. HEX triplet: D1, A2 and 72. RGB value is (209,162,114). Sum of RGB (Red+Green+Blue) = 209+162+114=485 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.09% from 485); Green value is 162 (63.67% from 255 or 33.40% from 485); Blue value is 114 (44.92% from 255 or 23.51% from 485); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A272 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A272 is #2E5D8D. Grayscale: #AAAAAA. Windows color (decimal): -3038606 or 7512785. OLE color: 7512785.

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

Color convert

RGB209162114-
CMYK00.220.450.18
HSL30.32º50.8%63.33%-
HSV(B)30.32º45.45%81.96%-
XYZ42.2540.6121.53-
YUV170.5896.07155.4-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.09%
GREEN value IS 162 (63.67% from 255) = 33.40%
BLUE value IS 114 (44.92% from 255) = 23.51%
R=43.09%
G=33.40%
B=23.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.45
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20916211400.220.450.1830.3250.863.33
HexD1A2720162D121e333f
Octal3212421620265522366377
Binary110100011010001011100100101101011011001011110110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1A272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1A272; }

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

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

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

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

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

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

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

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