#D0AD8A

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

Shades of Calico #D0AD8A

Tints of Calico #D0AD8A

Color information

#D0AD8A (or 0xD0AD8A) is unknown color: approx Calico. HEX triplet: D0, AD and 8A. RGB value is (208,173,138). Sum of RGB (Red+Green+Blue) = 208+173+138=519 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.08% from 519); Green value is 173 (67.97% from 255 or 33.33% from 519); Blue value is 138 (54.30% from 255 or 26.59% from 519); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AD8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0AD8A is #2F5275. Grayscale: #B3B3B3. Windows color (decimal): -3101302 or 9088464. OLE color: 9088464.

HSL color Cylindrical-coordinate representation of color #D0AD8A: hue angle of 30º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D0AD8A is Cyan = 0, Magento = 0.17, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB208173138-
CMYK00.170.340.18
HSL30º42.68%67.84%-
HSV(B)30º33.65%81.57%-
XYZ45.5445.1330.36-
YUV179.48104.6148.35-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.08%
GREEN value IS 173 (67.97% from 255) = 33.33%
BLUE value IS 138 (54.30% from 255) = 26.59%
R=40.08%
G=33.33%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.34
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20817313800.170.340.183042.6867.84
HexD0AD8A01122121e2b44
Octal32025521202142223653104
Binary11010000101011011000101001000110001010010111101010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0AD8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0AD8A; }

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

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

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

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

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

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

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

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