#D0A489

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

Shades of Cameo #D0A489

Tints of Cameo #D0A489

Color information

#D0A489 (or 0xD0A489) is unknown color: approx Cameo. HEX triplet: D0, A4 and 89. RGB value is (208,164,137). Sum of RGB (Red+Green+Blue) = 208+164+137=509 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.86% from 509); Green value is 164 (64.45% from 255 or 32.22% from 509); Blue value is 137 (53.91% from 255 or 26.92% from 509); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A489 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A489 is #2F5B76. Grayscale: #AEAEAE. Windows color (decimal): -3103607 or 9020624. OLE color: 9020624.

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

Color convert

RGB208164137-
CMYK00.210.340.18
HSL22.82º43.03%67.65%-
HSV(B)22.82º34.13%81.57%-
XYZ43.841.7729.42-
YUV174.08107.08152.2-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.86%
GREEN value IS 164 (64.45% from 255) = 32.22%
BLUE value IS 137 (53.91% from 255) = 26.92%
R=40.86%
G=32.22%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.34
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20816413700.210.340.1822.8243.0367.65
HexD0A4890152212172b44
Octal32024421102542222753104
Binary11010000101001001000100101010110001010010101111010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A489; }

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

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

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

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

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

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

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

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