#DAB47C

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

Shades of Calico #DAB47C

Tints of Calico #DAB47C

Color information

#DAB47C (or 0xDAB47C) is unknown color: approx Calico. HEX triplet: DA, B4 and 7C. RGB value is (218,180,124). Sum of RGB (Red+Green+Blue) = 218+180+124=522 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.76% from 522); Green value is 180 (70.70% from 255 or 34.48% from 522); Blue value is 124 (48.83% from 255 or 23.75% from 522); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB47C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB47C is #254B83. Grayscale: #B9B9B9. Windows color (decimal): -2444164 or 8172762. OLE color: 8172762.

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

Color convert

RGB218180124-
CMYK00.170.430.15
HSL35.74º55.95%67.06%-
HSV(B)35.74º43.12%85.49%-
XYZ48.874925.95-
YUV184.9893.59151.55-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.76%
GREEN value IS 180 (70.70% from 255) = 34.48%
BLUE value IS 124 (48.83% from 255) = 23.75%
R=41.76%
G=34.48%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.43
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818012400.170.430.1535.7455.9567.06
HexDAB47C0112BF243843
Octal33226417402153174470103
Binary1101101010110100111110001000110101111111001001110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB47C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB47C; }

 p { color: rgb(218,180,124); }

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

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

 a { background-color: rgb(218,180,124); }

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

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

 span { border-color: rgb(218,180,124); }

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