#D5AD7D

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

Shades of Calico #D5AD7D

Tints of Calico #D5AD7D

Color information

#D5AD7D (or 0xD5AD7D) is unknown color: approx Calico. HEX triplet: D5, AD and 7D. RGB value is (213,173,125). Sum of RGB (Red+Green+Blue) = 213+173+125=511 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.68% from 511); Green value is 173 (67.97% from 255 or 33.86% from 511); Blue value is 125 (49.22% from 255 or 24.46% from 511); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AD7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AD7D is #2A5282. Grayscale: #B3B3B3. Windows color (decimal): -2773635 or 8236501. OLE color: 8236501.

HSL color Cylindrical-coordinate representation of color #D5AD7D: hue angle of 32.73º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D5AD7D is Cyan = 0, Magento = 0.19, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB213173125-
CMYK00.190.410.16
HSL32.73º51.16%66.27%-
HSV(B)32.73º41.31%83.53%-
XYZ46.0945.5125.76-
YUV179.4997.25151.9-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.68%
GREEN value IS 173 (67.97% from 255) = 33.86%
BLUE value IS 125 (49.22% from 255) = 24.46%
R=41.68%
G=33.86%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317312500.190.410.1632.7351.1666.27
HexD5AD7D0132910213342
Octal32525517502351204163102
Binary11010101101011011111101010011101001100001000011100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AD7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AD7D; }

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

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

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

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

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

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

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

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