#DBAF85

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

Shades of Calico #DBAF85

Tints of Calico #DBAF85

Color information

#DBAF85 (or 0xDBAF85) is unknown color: approx Calico. HEX triplet: DB, AF and 85. RGB value is (219,175,133). Sum of RGB (Red+Green+Blue) = 219+175+133=527 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.56% from 527); Green value is 175 (68.75% from 255 or 33.21% from 527); Blue value is 133 (52.34% from 255 or 25.24% from 527); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAF85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAF85 is #24507A. Grayscale: #B7B7B7. Windows color (decimal): -2379899 or 8761307. OLE color: 8761307.

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

Color convert

RGB219175133-
CMYK00.200.390.14
HSL29.3º54.43%69.02%-
HSV(B)29.3º39.27%85.88%-
XYZ48.7847.4128.77-
YUV183.3799.58153.42-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.56%
GREEN value IS 175 (68.75% from 255) = 33.21%
BLUE value IS 133 (52.34% from 255) = 25.24%
R=41.56%
G=33.21%
B=25.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.39
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917513300.200.390.1429.354.4369.02
HexDBAF8501427E1d3645
Octal33325720502447163566105
Binary1101101110101111100001010101001001111110111011101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAF85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAF85; }

 p { color: rgb(219,175,133); }

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

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

 a { background-color: rgb(219,175,133); }

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

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

 span { border-color: rgb(219,175,133); }

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