#D0A58D

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

Shades of Cameo #D0A58D

Tints of Cameo #D0A58D

Color information

#D0A58D (or 0xD0A58D) is unknown color: approx Cameo. HEX triplet: D0, A5 and 8D. RGB value is (208,165,141). Sum of RGB (Red+Green+Blue) = 208+165+141=514 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.47% from 514); Green value is 165 (64.84% from 255 or 32.10% from 514); Blue value is 141 (55.47% from 255 or 27.43% from 514); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A58D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A58D is #2F5A72. Grayscale: #AFAFAF. Windows color (decimal): -3103347 or 9283024. OLE color: 9283024.

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

Color convert

RGB208165141-
CMYK00.210.320.18
HSL21.49º41.61%68.43%-
HSV(B)21.49º32.21%81.57%-
XYZ44.2842.2431.02-
YUV175.12108.75151.45-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.47%
GREEN value IS 165 (64.84% from 255) = 32.10%
BLUE value IS 141 (55.47% from 255) = 27.43%
R=40.47%
G=32.10%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20816514100.210.320.1821.4941.6168.43
HexD0A58D0152012152a44
Octal32024521502540222552104
Binary11010000101001011000110101010110000010010101011010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A58D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A58D; }

 p { color: rgb(208,165,141); }

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

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

 a { background-color: rgb(208,165,141); }

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

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

 span { border-color: rgb(208,165,141); }

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