#D0AB8B

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

Shades of Cameo #D0AB8B

Tints of Cameo #D0AB8B

Color information

#D0AB8B (or 0xD0AB8B) is unknown color: approx Cameo. HEX triplet: D0, AB and 8B. RGB value is (208,171,139). Sum of RGB (Red+Green+Blue) = 208+171+139=518 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.15% from 518); Green value is 171 (67.19% from 255 or 33.01% from 518); Blue value is 139 (54.69% from 255 or 26.83% from 518); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AB8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0AB8B is #2F5474. Grayscale: #B2B2B2. Windows color (decimal): -3101813 or 9153488. OLE color: 9153488.

HSL color Cylindrical-coordinate representation of color #D0AB8B: hue angle of 27.83º 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 #D0AB8B is Cyan = 0, Magento = 0.18, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB208171139-
CMYK00.180.330.18
HSL27.83º42.33%68.04%-
HSV(B)27.83º33.17%81.57%-
XYZ45.2444.430.61-
YUV178.42105.76149.1-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.15%
GREEN value IS 171 (67.19% from 255) = 33.01%
BLUE value IS 139 (54.69% from 255) = 26.83%
R=40.15%
G=33.01%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20817113900.180.330.1827.8342.3368.04
HexD0AB8B01221121c2a44
Octal32025321302241223452104
Binary11010000101010111000101101001010000110010111001010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0AB8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0AB8B; }

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

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

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

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

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

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

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

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