Html Css Color HEX #D1AB88 Calico

📋 copy color: '#D1AB88'

red 209 ◦ green 171 ◦ blue 136

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

Shades of Calico #D1AB88

Tints of Calico #D1AB88

RGB

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

 GREEN value IS 171 (67.19% from 255) = 33.14%

 BLUE value IS 136 (53.52% from 255) = 26.36%

R = 40.5%
G = 33.14%
B = 26.36%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.35

 K value IS 0.18

RGB Variations

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

Color information

#D1AB88 (or 0xD1AB88) is known color: Calico. HEX triplet: D1, AB and 88. RGB value is (209,171,136). Sum of RGB (Red+Green+Blue) = 209+171+136=516 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.50% from 516); Green value is 171 (67.19% from 255 or 33.14% from 516); Blue value is 136 (53.52% from 255 or 26.36% from 516); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AB88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1AB88 is #2E5477. Grayscale: #B2B2B2. Windows color (decimal): -3036280 or 8956881. OLE color: 8956881.

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

Color convert

RGB 209 171 136 -
CMYK 0 0.18 0.35 0.18
HSL 28.77º 0.44% 0.68% -
HSV(B) 28.77º 0.35% 0.82% -
XYZ 45.3 44.46 29.49 -
YUV 178.37 104.09 149.85 -
System Red Green Blue C M Y K H S L
Decimal 209 171 136 0 0.18 0.35 0.18 28.77 0.44 0.68
Hex D1 AB 88 0 12 23 12 1D 2C 44
Octal 321 253 210 0 22 43 22 35 54 104
Binary 11010001 10101011 10001000 0 10010 100011 10010 11101 101100 1000100

Color Harmonies of #D1AB88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AB88

Black with #D1AB88

Text Example


Text Example

White with #D1AB88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AB88; }

 p { color: rgb(209,171,136); }

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

background-color css

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

 a { background-color: rgb(209,171,136); }

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

border-color css

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

 span { border-color: rgb(209,171,136); }

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