#D0A27A

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

Shades of Cameo #D0A27A

Tints of Cameo #D0A27A

Color information

#D0A27A (or 0xD0A27A) is unknown color: approx Cameo. HEX triplet: D0, A2 and 7A. RGB value is (208,162,122). Sum of RGB (Red+Green+Blue) = 208+162+122=492 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.28% from 492); Green value is 162 (63.67% from 255 or 32.93% from 492); Blue value is 122 (48.05% from 255 or 24.80% from 492); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A27A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A27A is #2F5D85. Grayscale: #ABABAB. Windows color (decimal): -3104134 or 8037072. OLE color: 8037072.

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

Color convert

RGB208162122-
CMYK00.220.410.18
HSL27.91º47.78%64.71%-
HSV(B)27.91º41.35%81.57%-
XYZ42.4540.6624.02-
YUV171.19100.24154.25-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.28%
GREEN value IS 162 (63.67% from 255) = 32.93%
BLUE value IS 122 (48.05% from 255) = 24.80%
R=42.28%
G=32.93%
B=24.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.41
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20816212200.220.410.1827.9147.7864.71
HexD0A27A01629121c3041
Octal32024217202651223460101
Binary1101000010100010111101001011010100110010111001100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A27A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A27A; }

 p { color: rgb(208,162,122); }

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

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

 a { background-color: rgb(208,162,122); }

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

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

 span { border-color: rgb(208,162,122); }

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