#D0A68B

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

Shades of Cameo #D0A68B

Tints of Cameo #D0A68B

Color information

#D0A68B (or 0xD0A68B) is unknown color: approx Cameo. HEX triplet: D0, A6 and 8B. RGB value is (208,166,139). Sum of RGB (Red+Green+Blue) = 208+166+139=513 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.55% from 513); Green value is 166 (65.23% from 255 or 32.36% from 513); Blue value is 139 (54.69% from 255 or 27.10% from 513); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A68B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A68B is #2F5974. Grayscale: #AFAFAF. Windows color (decimal): -3103093 or 9152208. OLE color: 9152208.

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

Color convert

RGB208166139-
CMYK00.200.330.18
HSL23.48º42.33%68.04%-
HSV(B)23.48º33.17%81.57%-
XYZ44.3142.5530.3-
YUV175.48107.41151.2-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.55%
GREEN value IS 166 (65.23% from 255) = 32.36%
BLUE value IS 139 (54.69% from 255) = 27.10%
R=40.55%
G=32.36%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20816613900.200.330.1823.4842.3368.04
HexD0A68B0142112172a44
Octal32024621302441222752104
Binary11010000101001101000101101010010000110010101111010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A68B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A68B; }

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

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

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

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

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

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

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

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