#D0A688

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

Shades of Cameo #D0A688

Tints of Cameo #D0A688

Color information

#D0A688 (or 0xD0A688) is unknown color: approx Cameo. HEX triplet: D0, A6 and 88. RGB value is (208,166,136). Sum of RGB (Red+Green+Blue) = 208+166+136=510 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.78% from 510); Green value is 166 (65.23% from 255 or 32.55% from 510); Blue value is 136 (53.52% from 255 or 26.67% from 510); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A688 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A688 is #2F5977. Grayscale: #AFAFAF. Windows color (decimal): -3103096 or 8955600. OLE color: 8955600.

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

Color convert

RGB208166136-
CMYK00.200.350.18
HSL25º43.37%67.45%-
HSV(B)25º34.62%81.57%-
XYZ44.0942.4629.16-
YUV175.14105.91151.44-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.78%
GREEN value IS 166 (65.23% from 255) = 32.55%
BLUE value IS 136 (53.52% from 255) = 26.67%
R=40.78%
G=32.55%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.35
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20816613600.200.350.182543.3767.45
HexD0A6880142312192b43
Octal32024621002443223153103
Binary11010000101001101000100001010010001110010110011010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A688; }

 p { color: rgb(208,166,136); }

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

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

 a { background-color: rgb(208,166,136); }

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

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

 span { border-color: rgb(208,166,136); }

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