Html Css Color HEX #D6A977 Calico

📋 copy color: '#D6A977'

red 214 ◦ green 169 ◦ blue 119

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

Shades of Calico #D6A977

Tints of Calico #D6A977

RGB

 RED value IS 214 (83.98% from 255) = 42.63%

 GREEN value IS 169 (66.41% from 255) = 33.67%

 BLUE value IS 119 (46.88% from 255) = 23.71%

R = 42.63%
G = 33.67%
B = 23.71%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D6A977 (or 0xD6A977) is known color: Calico. HEX triplet: D6, A9 and 77. RGB value is (214,169,119). Sum of RGB (Red+Green+Blue) = 214+169+119=502 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.63% from 502); Green value is 169 (66.41% from 255 or 33.67% from 502); Blue value is 119 (46.88% from 255 or 23.71% from 502); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A977 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A977 is #295688. Grayscale: #B1B1B1. Windows color (decimal): -2709129 or 7842262. OLE color: 7842262.

HSL color Cylindrical-coordinate representation of color #D6A977: hue angle of 31.58º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D6A977 is Cyan = 0, Magento = 0.21, Yellow = 0.44 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 169 119 -
CMYK 0 0.21 0.44 0.16
HSL 31.58º 0.54% 0.65% -
HSV(B) 31.58º 0.44% 0.84% -
XYZ 45.25 44 23.56 -
YUV 176.76 95.41 154.57 -
System Red Green Blue C M Y K H S L
Decimal 214 169 119 0 0.21 0.44 0.16 31.58 0.54 0.65
Hex D6 A9 77 0 15 2C 10 20 36 41
Octal 326 251 167 0 25 54 20 40 66 101
Binary 11010110 10101001 1110111 0 10101 101100 10000 100000 110110 1000001

Color Harmonies of #D6A977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A977

Black with #D6A977

Text Example


Text Example

White with #D6A977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A977; }

 p { color: rgb(214,169,119); }

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

background-color css

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

 a { background-color: rgb(214,169,119); }

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

border-color css

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

 span { border-color: rgb(214,169,119); }

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