#D0A48D

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

Shades of Cameo #D0A48D

Tints of Cameo #D0A48D

Color information

#D0A48D (or 0xD0A48D) is unknown color: approx Cameo. HEX triplet: D0, A4 and 8D. RGB value is (208,164,141). Sum of RGB (Red+Green+Blue) = 208+164+141=513 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.55% from 513); Green value is 164 (64.45% from 255 or 31.97% from 513); Blue value is 141 (55.47% from 255 or 27.49% from 513); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A48D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A48D is #2F5B72. Grayscale: #AEAEAE. Windows color (decimal): -3103603 or 9282768. OLE color: 9282768.

HSL color Cylindrical-coordinate representation of color #D0A48D: hue angle of 20.6º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D0A48D is Cyan = 0, Magento = 0.21, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB208164141-
CMYK00.210.320.18
HSL20.6º41.61%68.43%-
HSV(B)20.6º32.21%81.57%-
XYZ44.141.8830.96-
YUV174.53109.08151.87-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.55%
GREEN value IS 164 (64.45% from 255) = 31.97%
BLUE value IS 141 (55.47% from 255) = 27.49%
R=40.55%
G=31.97%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20816414100.210.320.1820.641.6168.43
HexD0A48D0152012152a44
Octal32024421502540222552104
Binary11010000101001001000110101010110000010010101011010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A48D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A48D; }

 p { color: rgb(208,164,141); }

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

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

 a { background-color: rgb(208,164,141); }

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

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

 span { border-color: rgb(208,164,141); }

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