#D6AD78

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

Shades of Calico #D6AD78

Tints of Calico #D6AD78

Color information

#D6AD78 (or 0xD6AD78) is unknown color: approx Calico. HEX triplet: D6, AD and 78. RGB value is (214,173,120). Sum of RGB (Red+Green+Blue) = 214+173+120=507 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.21% from 507); Green value is 173 (67.97% from 255 or 34.12% from 507); Blue value is 120 (47.27% from 255 or 23.67% from 507); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AD78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AD78 is #295287. Grayscale: #B3B3B3. Windows color (decimal): -2708104 or 7908822. OLE color: 7908822.

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

Color convert

RGB214173120-
CMYK00.190.440.16
HSL33.83º53.41%65.49%-
HSV(B)33.83º43.93%83.92%-
XYZ46.0745.5424.13-
YUV179.2294.58152.81-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.21%
GREEN value IS 173 (67.97% from 255) = 34.12%
BLUE value IS 120 (47.27% from 255) = 23.67%
R=42.21%
G=34.12%
B=23.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.44
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417312000.190.440.1633.8353.4165.49
HexD6AD780132C10223541
Octal32625517002354204265101
Binary11010110101011011111000010011101100100001000101101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AD78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AD78; }

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

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

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

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

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

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

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

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