#D5AF88

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

Shades of Calico #D5AF88

Tints of Calico #D5AF88

Color information

#D5AF88 (or 0xD5AF88) is unknown color: approx Calico. HEX triplet: D5, AF and 88. RGB value is (213,175,136). Sum of RGB (Red+Green+Blue) = 213+175+136=524 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.65% from 524); Green value is 175 (68.75% from 255 or 33.40% from 524); Blue value is 136 (53.52% from 255 or 25.95% from 524); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AF88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5AF88 is #2A5077. Grayscale: #B6B6B6. Windows color (decimal): -2773112 or 8957909. OLE color: 8957909.

HSL color Cylindrical-coordinate representation of color #D5AF88: hue angle of 30.39º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D5AF88 is Cyan = 0, Magento = 0.18, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB213175136-
CMYK00.180.360.16
HSL30.39º47.83%68.43%-
HSV(B)30.39º36.15%83.53%-
XYZ47.2146.5829.8-
YUV181.92102.09150.17-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.65%
GREEN value IS 175 (68.75% from 255) = 33.40%
BLUE value IS 136 (53.52% from 255) = 25.95%
R=40.65%
G=33.40%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317513600.180.360.1630.3947.8368.43
HexD5AF8801224101e3044
Octal32525721002244203660104
Binary11010101101011111000100001001010010010000111101100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AF88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AF88; }

 p { color: rgb(213,175,136); }

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

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

 a { background-color: rgb(213,175,136); }

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

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

 span { border-color: rgb(213,175,136); }

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