#DAB37D

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

Shades of Calico #DAB37D

Tints of Calico #DAB37D

Color information

#DAB37D (or 0xDAB37D) is unknown color: approx Calico. HEX triplet: DA, B3 and 7D. RGB value is (218,179,125). Sum of RGB (Red+Green+Blue) = 218+179+125=522 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.76% from 522); Green value is 179 (70.31% from 255 or 34.29% from 522); Blue value is 125 (49.22% from 255 or 23.95% from 522); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB37D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB37D is #254C82. Grayscale: #B8B8B8. Windows color (decimal): -2444419 or 8238042. OLE color: 8238042.

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

Color convert

RGB218179125-
CMYK00.180.430.15
HSL34.84º55.69%67.25%-
HSV(B)34.84º42.66%85.49%-
XYZ48.7448.6326.22-
YUV184.594.42151.89-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.76%
GREEN value IS 179 (70.31% from 255) = 34.29%
BLUE value IS 125 (49.22% from 255) = 23.95%
R=41.76%
G=34.29%
B=23.95%

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
Decimal21817912500.180.430.1534.8455.6967.25
HexDAB37D0122BF233843
Octal33226317502253174370103
Binary1101101010110011111110101001010101111111000111110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB37D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB37D; }

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

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

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

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

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

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

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

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