#D0A384

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

Shades of Cameo #D0A384

Tints of Cameo #D0A384

Color information

#D0A384 (or 0xD0A384) is unknown color: approx Cameo. HEX triplet: D0, A3 and 84. RGB value is (208,163,132). Sum of RGB (Red+Green+Blue) = 208+163+132=503 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.35% from 503); Green value is 163 (64.06% from 255 or 32.41% from 503); Blue value is 132 (51.95% from 255 or 26.24% from 503); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A384 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A384 is #2F5C7B. Grayscale: #ADADAD. Windows color (decimal): -3103868 or 8692688. OLE color: 8692688.

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

Color convert

RGB208163132-
CMYK00.220.370.18
HSL24.47º44.71%66.67%-
HSV(B)24.47º36.54%81.57%-
XYZ43.2741.2727.51-
YUV172.92104.91153.02-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.35%
GREEN value IS 163 (64.06% from 255) = 32.41%
BLUE value IS 132 (51.95% from 255) = 26.24%
R=41.35%
G=32.41%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.37
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20816313200.220.370.1824.4744.7166.67
HexD0A3840162512182d43
Octal32024320402645223055103
Binary11010000101000111000010001011010010110010110001011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A384; }

 p { color: rgb(208,163,132); }

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

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

 a { background-color: rgb(208,163,132); }

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

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

 span { border-color: rgb(208,163,132); }

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