#D6AD83

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

Shades of Calico #D6AD83

Tints of Calico #D6AD83

Color information

#D6AD83 (or 0xD6AD83) is unknown color: approx Calico. HEX triplet: D6, AD and 83. RGB value is (214,173,131). Sum of RGB (Red+Green+Blue) = 214+173+131=518 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.31% from 518); Green value is 173 (67.97% from 255 or 33.40% from 518); Blue value is 131 (51.56% from 255 or 25.29% from 518); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AD83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6AD83 is #29527C. Grayscale: #B4B4B4. Windows color (decimal): -2708093 or 8629718. OLE color: 8629718.

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

Color convert

RGB214173131-
CMYK00.190.390.16
HSL30.36º50.3%67.65%-
HSV(B)30.36º38.79%83.92%-
XYZ46.7745.8227.85-
YUV180.47100.08151.92-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.31%
GREEN value IS 173 (67.97% from 255) = 33.40%
BLUE value IS 131 (51.56% from 255) = 25.29%
R=41.31%
G=33.40%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.39
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417313100.190.390.1630.3650.367.65
HexD6AD8301327101e3244
Octal32625520302347203662104
Binary11010110101011011000001101001110011110000111101100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AD83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AD83; }

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

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

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

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

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

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

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

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