Html Css Color HEX #D1AB7E Calico

📋 copy color: '#D1AB7E'

red 209 ◦ green 171 ◦ blue 126

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

Shades of Calico #D1AB7E

Tints of Calico #D1AB7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 24.9%

R = 41.3%
G = 33.79%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D1AB7E (or 0xD1AB7E) is known color: Calico. HEX triplet: D1, AB and 7E. RGB value is (209,171,126). Sum of RGB (Red+Green+Blue) = 209+171+126=506 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.30% from 506); Green value is 171 (67.19% from 255 or 33.79% from 506); Blue value is 126 (49.61% from 255 or 24.90% from 506); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AB7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1AB7E is #2E5481. Grayscale: #B1B1B1. Windows color (decimal): -3036290 or 8301521. OLE color: 8301521.

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

Color convert

RGB 209 171 126 -
CMYK 0 0.18 0.40 0.18
HSL 32.53º 0.47% 0.66% -
HSV(B) 32.53º 0.4% 0.82% -
XYZ 44.62 44.19 25.92 -
YUV 177.23 99.09 150.66 -
System Red Green Blue C M Y K H S L
Decimal 209 171 126 0 0.18 0.40 0.18 32.53 0.47 0.66
Hex D1 AB 7E 0 12 28 12 21 2F 42
Octal 321 253 176 0 22 50 22 41 57 102
Binary 11010001 10101011 1111110 0 10010 101000 10010 100001 101111 1000010

Color Harmonies of #D1AB7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AB7E

Black with #D1AB7E

Text Example


Text Example

White with #D1AB7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AB7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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