#D9AD7E

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

Shades of Calico #D9AD7E

Tints of Calico #D9AD7E

Color information

#D9AD7E (or 0xD9AD7E) is unknown color: approx Calico. HEX triplet: D9, AD and 7E. RGB value is (217,173,126). Sum of RGB (Red+Green+Blue) = 217+173+126=516 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.05% from 516); Green value is 173 (67.97% from 255 or 33.53% from 516); Blue value is 126 (49.61% from 255 or 24.42% from 516); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AD7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AD7E is #265281. Grayscale: #B5B5B5. Windows color (decimal): -2511490 or 8302041. OLE color: 8302041.

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

Color convert

RGB217173126-
CMYK00.200.420.15
HSL30.99º54.49%67.25%-
HSV(B)30.99º41.94%85.1%-
XYZ47.3246.1526.15-
YUV180.897.08153.82-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.05%
GREEN value IS 173 (67.97% from 255) = 33.53%
BLUE value IS 126 (49.61% from 255) = 24.42%
R=42.05%
G=33.53%
B=24.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717312600.200.420.1530.9954.4967.25
HexD9AD7E0142AF1f3643
Octal33125517602452173766103
Binary110110011010110111111100101001010101111111111101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AD7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AD7E; }

 p { color: rgb(217,173,126); }

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

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

 a { background-color: rgb(217,173,126); }

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

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

 span { border-color: rgb(217,173,126); }

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