#DAB283

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

Shades of Calico #DAB283

Tints of Calico #DAB283

Color information

#DAB283 (or 0xDAB283) is unknown color: approx Calico. HEX triplet: DA, B2 and 83. RGB value is (218,178,131). Sum of RGB (Red+Green+Blue) = 218+178+131=527 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.37% from 527); Green value is 178 (69.92% from 255 or 33.78% from 527); Blue value is 131 (51.56% from 255 or 24.86% from 527); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB283 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAB283 is #254D7C. Grayscale: #B8B8B8. Windows color (decimal): -2444669 or 8631002. OLE color: 8631002.

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

Color convert

RGB218178131-
CMYK00.180.400.15
HSL32.41º54.04%68.43%-
HSV(B)32.41º39.91%85.49%-
XYZ48.9348.3828.23-
YUV184.697.75151.82-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.37%
GREEN value IS 178 (69.92% from 255) = 33.78%
BLUE value IS 131 (51.56% from 255) = 24.86%
R=41.37%
G=33.78%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817813100.180.400.1532.4154.0468.43
HexDAB28301228F203644
Octal33226220302250174066104
Binary11011010101100101000001101001010100011111000001101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB283; }

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

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

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

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

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

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

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

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