#DAB17D

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

Shades of Calico #DAB17D

Tints of Calico #DAB17D

Color information

#DAB17D (or 0xDAB17D) is unknown color: approx Calico. HEX triplet: DA, B1 and 7D. RGB value is (218,177,125). Sum of RGB (Red+Green+Blue) = 218+177+125=520 (68% of max value = 765). Red value is 218 (85.55% from 255 or 41.92% from 520); Green value is 177 (69.53% from 255 or 34.04% from 520); Blue value is 125 (49.22% from 255 or 24.04% from 520); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB17D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAB17D is #254E82. Grayscale: #B7B7B7. Windows color (decimal): -2444931 or 8237530. OLE color: 8237530.

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

Color convert

RGB218177125-
CMYK00.190.430.15
HSL33.55º55.69%67.25%-
HSV(B)33.55º42.66%85.49%-
XYZ48.3447.8326.09-
YUV183.3395.08152.73-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.92%
GREEN value IS 177 (69.53% from 255) = 34.04%
BLUE value IS 125 (49.22% from 255) = 24.04%
R=41.92%
G=34.04%
B=24.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.43
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817712500.190.430.1533.5555.6967.25
HexDAB17D0132BF223843
Octal33226117502353174270103
Binary1101101010110001111110101001110101111111000101110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB17D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB17D; }

 p { color: rgb(218,177,125); }

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

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

 a { background-color: rgb(218,177,125); }

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

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

 span { border-color: rgb(218,177,125); }

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