#DAB384

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

Shades of Calico #DAB384

Tints of Calico #DAB384

Color information

#DAB384 (or 0xDAB384) is unknown color: approx Calico. HEX triplet: DA, B3 and 84. RGB value is (218,179,132). Sum of RGB (Red+Green+Blue) = 218+179+132=529 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.21% from 529); Green value is 179 (70.31% from 255 or 33.84% from 529); Blue value is 132 (51.95% from 255 or 24.95% from 529); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB384 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB384 is #254C7B. Grayscale: #B9B9B9. Windows color (decimal): -2444412 or 8696794. OLE color: 8696794.

HSL color Cylindrical-coordinate representation of color #DAB384: hue angle of 32.79º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DAB384 is Cyan = 0, Magento = 0.18, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB218179132-
CMYK00.180.390.15
HSL32.79º53.75%68.63%-
HSV(B)32.79º39.45%85.49%-
XYZ49.248.8128.66-
YUV185.397.92151.32-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.21%
GREEN value IS 179 (70.31% from 255) = 33.84%
BLUE value IS 132 (51.95% from 255) = 24.95%
R=41.21%
G=33.84%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817913200.180.390.1532.7953.7568.63
HexDAB38401227F213645
Octal33226320402247174166105
Binary11011010101100111000010001001010011111111000011101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB384; }

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

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

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

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

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

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

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

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