#D2A389

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

Shades of Cameo #D2A389

Tints of Cameo #D2A389

Color information

#D2A389 (or 0xD2A389) is unknown color: approx Cameo. HEX triplet: D2, A3 and 89. RGB value is (210,163,137). Sum of RGB (Red+Green+Blue) = 210+163+137=510 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.18% from 510); Green value is 163 (64.06% from 255 or 31.96% from 510); Blue value is 137 (53.91% from 255 or 26.86% from 510); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A389 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2A389 is #2D5C76. Grayscale: #AEAEAE. Windows color (decimal): -2972791 or 9020370. OLE color: 9020370.

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

Color convert

RGB210163137-
CMYK00.220.350.18
HSL21.37º44.79%68.04%-
HSV(B)21.37º34.76%82.35%-
XYZ44.1941.729.39-
YUV174.09107.07153.61-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 41.18%
GREEN value IS 163 (64.06% from 255) = 31.96%
BLUE value IS 137 (53.91% from 255) = 26.86%
R=41.18%
G=31.96%
B=26.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.35
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21016313700.220.350.1821.3744.7968.04
HexD2A3890162312152d44
Octal32224321102643222555104
Binary11010010101000111000100101011010001110010101011011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2A389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2A389; }

 p { color: rgb(210,163,137); }

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

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

 a { background-color: rgb(210,163,137); }

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

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

 span { border-color: rgb(210,163,137); }

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