#DAB27C

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

Shades of Calico #DAB27C

Tints of Calico #DAB27C

Color information

#DAB27C (or 0xDAB27C) is unknown color: approx Calico. HEX triplet: DA, B2 and 7C. RGB value is (218,178,124). Sum of RGB (Red+Green+Blue) = 218+178+124=520 (68% of max value = 765). Red value is 218 (85.55% from 255 or 41.92% from 520); Green value is 178 (69.92% from 255 or 34.23% from 520); Blue value is 124 (48.83% from 255 or 23.85% from 520); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB27C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAB27C is #254D83. Grayscale: #B8B8B8. Windows color (decimal): -2444676 or 8172250. OLE color: 8172250.

HSL color Cylindrical-coordinate representation of color #DAB27C: hue angle of 34.47º 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 #DAB27C is Cyan = 0, Magento = 0.18, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB218178124-
CMYK00.180.430.15
HSL34.47º55.95%67.06%-
HSV(B)34.47º43.12%85.49%-
XYZ48.4748.225.82-
YUV183.894.25152.39-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.92%
GREEN value IS 178 (69.92% from 255) = 34.23%
BLUE value IS 124 (48.83% from 255) = 23.85%
R=41.92%
G=34.23%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.43
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817812400.180.430.1534.4755.9567.06
HexDAB27C0122BF223843
Octal33226217402253174270103
Binary1101101010110010111110001001010101111111000101110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB27C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB27C; }

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

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

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

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

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

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

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

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