#DAB47D

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

Shades of Calico #DAB47D

Tints of Calico #DAB47D

Color information

#DAB47D (or 0xDAB47D) is unknown color: approx Calico. HEX triplet: DA, B4 and 7D. RGB value is (218,180,125). Sum of RGB (Red+Green+Blue) = 218+180+125=523 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.68% from 523); Green value is 180 (70.70% from 255 or 34.42% from 523); Blue value is 125 (49.22% from 255 or 23.90% from 523); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB47D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB47D is #254B82. Grayscale: #B9B9B9. Windows color (decimal): -2444163 or 8238298. OLE color: 8238298.

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

Color convert

RGB218180125-
CMYK00.170.430.15
HSL35.48º55.69%67.25%-
HSV(B)35.48º42.66%85.49%-
XYZ48.9449.0326.29-
YUV185.0994.09151.47-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.68%
GREEN value IS 180 (70.70% from 255) = 34.42%
BLUE value IS 125 (49.22% from 255) = 23.90%
R=41.68%
G=34.42%
B=23.90%

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
Decimal21818012500.170.430.1535.4855.6967.25
HexDAB47D0112BF233843
Octal33226417502153174370103
Binary1101101010110100111110101000110101111111000111110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB47D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB47D; }

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

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

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

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

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

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

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

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