#D6A97D

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

Shades of Calico #D6A97D

Tints of Calico #D6A97D

Color information

#D6A97D (or 0xD6A97D) is unknown color: approx Calico. HEX triplet: D6, A9 and 7D. RGB value is (214,169,125). Sum of RGB (Red+Green+Blue) = 214+169+125=508 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.13% from 508); Green value is 169 (66.41% from 255 or 33.27% from 508); Blue value is 125 (49.22% from 255 or 24.61% from 508); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A97D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A97D is #295682. Grayscale: #B1B1B1. Windows color (decimal): -2709123 or 8235478. OLE color: 8235478.

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

Color convert

RGB214169125-
CMYK00.210.420.16
HSL29.66º52.05%66.47%-
HSV(B)29.66º41.59%83.92%-
XYZ45.6244.1525.52-
YUV177.4498.41154.08-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.13%
GREEN value IS 169 (66.41% from 255) = 33.27%
BLUE value IS 125 (49.22% from 255) = 24.61%
R=42.13%
G=33.27%
B=24.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21416912500.210.420.1629.6652.0566.47
HexD6A97D0152A101e3442
Octal32625117502552203664102
Binary1101011010101001111110101010110101010000111101101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A97D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A97D; }

 p { color: rgb(214,169,125); }

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

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

 a { background-color: rgb(214,169,125); }

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

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

 span { border-color: rgb(214,169,125); }

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