Html Css Color HEX #D1AB81 Calico

📋 copy color: '#D1AB81'

red 209 ◦ green 171 ◦ blue 129

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

Shades of Calico #D1AB81

Tints of Calico #D1AB81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 25.34%

R = 41.06%
G = 33.6%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D1AB81 (or 0xD1AB81) is known color: Calico. HEX triplet: D1, AB and 81. RGB value is (209,171,129). Sum of RGB (Red+Green+Blue) = 209+171+129=509 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.06% from 509); Green value is 171 (67.19% from 255 or 33.60% from 509); Blue value is 129 (50.78% from 255 or 25.34% from 509); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AB81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1AB81 is #2E547E. Grayscale: #B1B1B1. Windows color (decimal): -3036287 or 8498129. OLE color: 8498129.

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

Color convert

RGB 209 171 129 -
CMYK 0 0.18 0.38 0.18
HSL 31.5º 0.47% 0.66% -
HSV(B) 31.5º 0.38% 0.82% -
XYZ 44.82 44.27 26.95 -
YUV 177.57 100.59 150.42 -
System Red Green Blue C M Y K H S L
Decimal 209 171 129 0 0.18 0.38 0.18 31.5 0.47 0.66
Hex D1 AB 81 0 12 26 12 1F 2F 42
Octal 321 253 201 0 22 46 22 37 57 102
Binary 11010001 10101011 10000001 0 10010 100110 10010 11111 101111 1000010

Color Harmonies of #D1AB81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AB81

Black with #D1AB81

Text Example


Text Example

White with #D1AB81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AB81; }

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

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

background-color css

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

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

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

border-color css

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

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

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