#D0AD7D

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

Shades of Calico #D0AD7D

Tints of Calico #D0AD7D

Color information

#D0AD7D (or 0xD0AD7D) is unknown color: approx Calico. HEX triplet: D0, AD and 7D. RGB value is (208,173,125). Sum of RGB (Red+Green+Blue) = 208+173+125=506 (67% of max value = 765). Red value is 208 (81.64% from 255 or 41.11% from 506); Green value is 173 (67.97% from 255 or 34.19% from 506); Blue value is 125 (49.22% from 255 or 24.70% from 506); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AD7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0AD7D is #2F5282. Grayscale: #B2B2B2. Windows color (decimal): -3101315 or 8236496. OLE color: 8236496.

HSL color Cylindrical-coordinate representation of color #D0AD7D: hue angle of 34.7º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D0AD7D is Cyan = 0, Magento = 0.17, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB208173125-
CMYK00.170.400.18
HSL34.7º46.89%65.29%-
HSV(B)34.7º39.9%81.57%-
XYZ44.6644.7825.69-
YUV177.9998.1149.4-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.11%
GREEN value IS 173 (67.97% from 255) = 34.19%
BLUE value IS 125 (49.22% from 255) = 24.70%
R=41.11%
G=34.19%
B=24.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.40
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20817312500.170.400.1834.746.8965.29
HexD0AD7D0112812232f41
Octal32025517502150224357101
Binary11010000101011011111101010001101000100101000111011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0AD7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0AD7D; }

 p { color: rgb(208,173,125); }

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

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

 a { background-color: rgb(208,173,125); }

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

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

 span { border-color: rgb(208,173,125); }

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