#D7AF7D

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

Shades of Calico #D7AF7D

Tints of Calico #D7AF7D

Color information

#D7AF7D (or 0xD7AF7D) is unknown color: approx Calico. HEX triplet: D7, AF and 7D. RGB value is (215,175,125). Sum of RGB (Red+Green+Blue) = 215+175+125=515 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.75% from 515); Green value is 175 (68.75% from 255 or 33.98% from 515); Blue value is 125 (49.22% from 255 or 24.27% from 515); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AF7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7AF7D is #285082. Grayscale: #B5B5B5. Windows color (decimal): -2642051 or 8237015. OLE color: 8237015.

HSL color Cylindrical-coordinate representation of color #D7AF7D: hue angle of 33.33º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D7AF7D is Cyan = 0, Magento = 0.19, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB215175125-
CMYK00.190.420.16
HSL33.33º52.94%66.67%-
HSV(B)33.33º41.86%84.31%-
XYZ47.0646.5925.91-
YUV181.2696.25152.07-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.75%
GREEN value IS 175 (68.75% from 255) = 33.98%
BLUE value IS 125 (49.22% from 255) = 24.27%
R=41.75%
G=33.98%
B=24.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21517512500.190.420.1633.3352.9466.67
HexD7AF7D0132A10213543
Octal32725717502352204165103
Binary11010111101011111111101010011101010100001000011101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7AF7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7AF7D; }

 p { color: rgb(215,175,125); }

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

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

 a { background-color: rgb(215,175,125); }

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

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

 span { border-color: rgb(215,175,125); }

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