#D6AD7F

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

Shades of Calico #D6AD7F

Tints of Calico #D6AD7F

Color information

#D6AD7F (or 0xD6AD7F) is unknown color: approx Calico. HEX triplet: D6, AD and 7F. RGB value is (214,173,127). Sum of RGB (Red+Green+Blue) = 214+173+127=514 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.63% from 514); Green value is 173 (67.97% from 255 or 33.66% from 514); Blue value is 127 (50% from 255 or 24.71% from 514); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AD7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AD7F is #295280. Grayscale: #B4B4B4. Windows color (decimal): -2708097 or 8367574. OLE color: 8367574.

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

Color convert

RGB214173127-
CMYK00.190.410.16
HSL31.72º51.48%66.86%-
HSV(B)31.72º40.65%83.92%-
XYZ46.5145.7226.45-
YUV180.0298.08152.24-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.63%
GREEN value IS 173 (67.97% from 255) = 33.66%
BLUE value IS 127 (50% from 255) = 24.71%
R=41.63%
G=33.66%
B=24.71%

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
Decimal21417312700.190.410.1631.7251.4866.86
HexD6AD7F0132910203343
Octal32625517702351204063103
Binary11010110101011011111111010011101001100001000001100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AD7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AD7F; }

 p { color: rgb(214,173,127); }

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

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

 a { background-color: rgb(214,173,127); }

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

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

 span { border-color: rgb(214,173,127); }

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