Html Css Color HEX #D1AF7E Calico

📋 copy color: '#D1AF7E'

red 209 ◦ green 175 ◦ blue 126

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

Shades of Calico #D1AF7E

Tints of Calico #D1AF7E

RGB

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

 GREEN value IS 175 (68.75% from 255) = 34.31%

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

R = 40.98%
G = 34.31%
B = 24.71%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D1AF7E (or 0xD1AF7E) is known color: Calico. HEX triplet: D1, AF and 7E. RGB value is (209,175,126). Sum of RGB (Red+Green+Blue) = 209+175+126=510 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.98% from 510); Green value is 175 (68.75% from 255 or 34.31% from 510); Blue value is 126 (49.61% from 255 or 24.71% from 510); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AF7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1AF7E is #2E5081. Grayscale: #B3B3B3. Windows color (decimal): -3035266 or 8302545. OLE color: 8302545.

HSL color Cylindrical-coordinate representation of color #D1AF7E: hue angle of 35.42º 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 #D1AF7E is Cyan = 0, Magento = 0.16, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 175 126 -
CMYK 0 0.16 0.40 0.18
HSL 35.42º 0.47% 0.66% -
HSV(B) 35.42º 0.4% 0.82% -
XYZ 45.39 45.72 26.17 -
YUV 179.58 97.76 148.98 -
System Red Green Blue C M Y K H S L
Decimal 209 175 126 0 0.16 0.40 0.18 35.42 0.47 0.66
Hex D1 AF 7E 0 10 28 12 23 2F 42
Octal 321 257 176 0 20 50 22 43 57 102
Binary 11010001 10101111 1111110 0 10000 101000 10010 100011 101111 1000010

Color Harmonies of #D1AF7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AF7E

Black with #D1AF7E

Text Example


Text Example

White with #D1AF7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AF7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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