#D4AC8A

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

Shades of Calico #D4AC8A

Tints of Calico #D4AC8A

Color information

#D4AC8A (or 0xD4AC8A) is unknown color: approx Calico. HEX triplet: D4, AC and 8A. RGB value is (212,172,138). Sum of RGB (Red+Green+Blue) = 212+172+138=522 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.61% from 522); Green value is 172 (67.58% from 255 or 32.95% from 522); Blue value is 138 (54.30% from 255 or 26.44% from 522); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AC8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4AC8A is #2B5375. Grayscale: #B4B4B4. Windows color (decimal): -2839414 or 9088212. OLE color: 9088212.

HSL color Cylindrical-coordinate representation of color #D4AC8A: hue angle of 27.57º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D4AC8A is Cyan = 0, Magento = 0.19, Yellow = 0.35 and Black (K on CMYK) = 0.17.

Color convert

RGB212172138-
CMYK00.190.350.17
HSL27.57º46.25%68.63%-
HSV(B)27.57º34.91%83.14%-
XYZ46.4945.3430.35-
YUV180.08104.25150.76-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.61%
GREEN value IS 172 (67.58% from 255) = 32.95%
BLUE value IS 138 (54.30% from 255) = 26.44%
R=40.61%
G=32.95%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.35
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21217213800.190.350.1727.5746.2568.63
HexD4AC8A01323111c2e45
Octal32425421202343213456105
Binary11010100101011001000101001001110001110001111001011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4AC8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4AC8A; }

 p { color: rgb(212,172,138); }

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

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

 a { background-color: rgb(212,172,138); }

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

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

 span { border-color: rgb(212,172,138); }

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