Html Css Color HEX #D1AD85 Calico

📋 copy color: '#D1AD85'

red 209 ◦ green 173 ◦ blue 133

#D1AD85
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Calico #D1AD85

Tints of Calico #D1AD85

RGB

 RED value IS 209 (82.03% from 255) = 40.58%

 GREEN value IS 173 (67.97% from 255) = 33.59%

 BLUE value IS 133 (52.34% from 255) = 25.83%

R = 40.58%
G = 33.59%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#D1AD85 (or 0xD1AD85) is known color: Calico. HEX triplet: D1, AD and 85. RGB value is (209,173,133). Sum of RGB (Red+Green+Blue) = 209+173+133=515 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.58% from 515); Green value is 173 (67.97% from 255 or 33.59% from 515); Blue value is 133 (52.34% from 255 or 25.83% from 515); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AD85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1AD85 is #2E527A. Grayscale: #B3B3B3. Windows color (decimal): -3035771 or 8760785. OLE color: 8760785.

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

Color convert

RGB 209 173 133 -
CMYK 0 0.17 0.36 0.18
HSL 31.58º 0.45% 0.67% -
HSV(B) 31.58º 0.36% 0.82% -
XYZ 45.47 45.14 28.51 -
YUV 179.2 101.93 149.25 -
System Red Green Blue C M Y K H S L
Decimal 209 173 133 0 0.17 0.36 0.18 31.58 0.45 0.67
Hex D1 AD 85 0 11 24 12 20 2D 43
Octal 321 255 205 0 21 44 22 40 55 103
Binary 11010001 10101101 10000101 0 10001 100100 10010 100000 101101 1000011

Color Harmonies of #D1AD85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AD85

Black with #D1AD85

Text Example


Text Example

White with #D1AD85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AD85; }

 p { color: rgb(209,173,133); }

 H1.HeaderClassName
 {
   color: #D1AD85;
 }
 .AnyTagClassName
 {
   color: #D1AD85;
 }
</style>

background-color css

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

 a { background-color: rgb(209,173,133); }

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

border-color css

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

 span { border-color: rgb(209,173,133); }

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