#D8AC7D

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

Shades of Calico #D8AC7D

Tints of Calico #D8AC7D

Color information

#D8AC7D (or 0xD8AC7D) is unknown color: approx Calico. HEX triplet: D8, AC and 7D. RGB value is (216,172,125). Sum of RGB (Red+Green+Blue) = 216+172+125=513 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.11% from 513); Green value is 172 (67.58% from 255 or 33.53% from 513); Blue value is 125 (49.22% from 255 or 24.37% from 513); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AC7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8AC7D is #275382. Grayscale: #B4B4B4. Windows color (decimal): -2577283 or 8236248. OLE color: 8236248.

HSL color Cylindrical-coordinate representation of color #D8AC7D: hue angle of 30.99º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D8AC7D is Cyan = 0, Magento = 0.20, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB216172125-
CMYK00.200.420.15
HSL30.99º53.85%66.86%-
HSV(B)30.99º42.13%84.71%-
XYZ46.7745.5825.74-
YUV179.897.08153.82-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.11%
GREEN value IS 172 (67.58% from 255) = 33.53%
BLUE value IS 125 (49.22% from 255) = 24.37%
R=42.11%
G=33.53%
B=24.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21617212500.200.420.1530.9953.8566.86
HexD8AC7D0142AF1f3643
Octal33025417502452173766103
Binary110110001010110011111010101001010101111111111101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8AC7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8AC7D; }

 p { color: rgb(216,172,125); }

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

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

 a { background-color: rgb(216,172,125); }

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

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

 span { border-color: rgb(216,172,125); }

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