#D0A67B

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

Shades of Cameo #D0A67B

Tints of Cameo #D0A67B

Color information

#D0A67B (or 0xD0A67B) is unknown color: approx Cameo. HEX triplet: D0, A6 and 7B. RGB value is (208,166,123). Sum of RGB (Red+Green+Blue) = 208+166+123=497 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.85% from 497); Green value is 166 (65.23% from 255 or 33.40% from 497); Blue value is 123 (48.44% from 255 or 24.75% from 497); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A67B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A67B is #2F5984. Grayscale: #ADADAD. Windows color (decimal): -3103109 or 8103632. OLE color: 8103632.

HSL color Cylindrical-coordinate representation of color #D0A67B: hue angle of 30.35º degrees, saturation: 0.47, 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 #D0A67B is Cyan = 0, Magento = 0.20, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB208166123-
CMYK00.200.410.18
HSL30.35º47.49%64.9%-
HSV(B)30.35º40.87%81.57%-
XYZ43.2242.1124.59-
YUV173.6699.41152.5-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.85%
GREEN value IS 166 (65.23% from 255) = 33.40%
BLUE value IS 123 (48.44% from 255) = 24.75%
R=41.85%
G=33.40%
B=24.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.41
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20816612300.200.410.1830.3547.4964.9
HexD0A67B01429121e2f41
Octal32024617302451223657101
Binary1101000010100110111101101010010100110010111101011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A67B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A67B; }

 p { color: rgb(208,166,123); }

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

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

 a { background-color: rgb(208,166,123); }

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

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

 span { border-color: rgb(208,166,123); }

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