#D6AB78

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

Shades of Calico #D6AB78

Tints of Calico #D6AB78

Color information

#D6AB78 (or 0xD6AB78) is unknown color: approx Calico. HEX triplet: D6, AB and 78. RGB value is (214,171,120). Sum of RGB (Red+Green+Blue) = 214+171+120=505 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.38% from 505); Green value is 171 (67.19% from 255 or 33.86% from 505); Blue value is 120 (47.27% from 255 or 23.76% from 505); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AB78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AB78 is #295487. Grayscale: #B2B2B2. Windows color (decimal): -2708616 or 7908310. OLE color: 7908310.

HSL color Cylindrical-coordinate representation of color #D6AB78: hue angle of 32.55º 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 #D6AB78 is Cyan = 0, Magento = 0.20, Yellow = 0.44 and Black (K on CMYK) = 0.16.

Color convert

RGB214171120-
CMYK00.200.440.16
HSL32.55º53.41%65.49%-
HSV(B)32.55º43.93%83.92%-
XYZ45.6844.7824-
YUV178.0495.25153.65-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.38%
GREEN value IS 171 (67.19% from 255) = 33.86%
BLUE value IS 120 (47.27% from 255) = 23.76%
R=42.38%
G=33.86%
B=23.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.44
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417112000.200.440.1632.5553.4165.49
HexD6AB780142C10213541
Octal32625317002454204165101
Binary11010110101010111111000010100101100100001000011101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AB78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AB78; }

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

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

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

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

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

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

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

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