#D4AD8A

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

Shades of Calico #D4AD8A

Tints of Calico #D4AD8A

Color information

#D4AD8A (or 0xD4AD8A) is unknown color: approx Calico. HEX triplet: D4, AD and 8A. RGB value is (212,173,138). Sum of RGB (Red+Green+Blue) = 212+173+138=523 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.54% from 523); Green value is 173 (67.97% from 255 or 33.08% from 523); Blue value is 138 (54.30% from 255 or 26.39% from 523); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AD8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4AD8A is #2B5275. Grayscale: #B4B4B4. Windows color (decimal): -2839158 or 9088468. OLE color: 9088468.

HSL color Cylindrical-coordinate representation of color #D4AD8A: hue angle of 28.38º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D4AD8A is Cyan = 0, Magento = 0.18, Yellow = 0.35 and Black (K on CMYK) = 0.17.

Color convert

RGB212173138-
CMYK00.180.350.17
HSL28.38º46.25%68.63%-
HSV(B)28.38º34.91%83.14%-
XYZ46.6845.7230.41-
YUV180.67103.92150.35-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.54%
GREEN value IS 173 (67.97% from 255) = 33.08%
BLUE value IS 138 (54.30% from 255) = 26.39%
R=40.54%
G=33.08%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.35
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21217313800.180.350.1728.3846.2568.63
HexD4AD8A01223111c2e45
Octal32425521202243213456105
Binary11010100101011011000101001001010001110001111001011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4AD8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4AD8A; }

 p { color: rgb(212,173,138); }

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

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

 a { background-color: rgb(212,173,138); }

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

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

 span { border-color: rgb(212,173,138); }

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