Html Css Color HEX #D6AD79 Calico

📋 copy color: '#D6AD79'

red 214 ◦ green 173 ◦ blue 121

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

Shades of Calico #D6AD79

Tints of Calico #D6AD79

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.06%

 BLUE value IS 121 (47.66% from 255) = 23.82%

R = 42.13%
G = 34.06%
B = 23.82%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D6AD79 (or 0xD6AD79) is known color: Calico. HEX triplet: D6, AD and 79. RGB value is (214,173,121). Sum of RGB (Red+Green+Blue) = 214+173+121=508 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.13% from 508); Green value is 173 (67.97% from 255 or 34.06% from 508); Blue value is 121 (47.66% from 255 or 23.82% from 508); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AD79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AD79 is #295286. Grayscale: #B3B3B3. Windows color (decimal): -2708103 or 7974358. OLE color: 7974358.

HSL color Cylindrical-coordinate representation of color #D6AD79: hue angle of 33.55º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D6AD79 is Cyan = 0, Magento = 0.19, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 173 121 -
CMYK 0 0.19 0.43 0.16
HSL 33.55º 0.53% 0.66% -
HSV(B) 33.55º 0.43% 0.84% -
XYZ 46.13 45.56 24.45 -
YUV 179.33 95.08 152.73 -
System Red Green Blue C M Y K H S L
Decimal 214 173 121 0 0.19 0.43 0.16 33.55 0.53 0.66
Hex D6 AD 79 0 13 2B 10 22 35 42
Octal 326 255 171 0 23 53 20 42 65 102
Binary 11010110 10101101 1111001 0 10011 101011 10000 100010 110101 1000010

Color Harmonies of #D6AD79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AD79

Black with #D6AD79

Text Example


Text Example

White with #D6AD79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AD79; }

 p { color: rgb(214,173,121); }

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

background-color css

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

 a { background-color: rgb(214,173,121); }

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

border-color css

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

 span { border-color: rgb(214,173,121); }

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