Html Css Color HEX #D6AE84 Calico

📋 copy color: '#D6AE84'

red 214 ◦ green 174 ◦ blue 132

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

Shades of Calico #D6AE84

Tints of Calico #D6AE84

RGB

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

 GREEN value IS 174 (68.36% from 255) = 33.46%

 BLUE value IS 132 (51.95% from 255) = 25.38%

R = 41.15%
G = 33.46%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D6AE84 (or 0xD6AE84) is known color: Calico. HEX triplet: D6, AE and 84. RGB value is (214,174,132). Sum of RGB (Red+Green+Blue) = 214+174+132=520 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.15% from 520); Green value is 174 (68.36% from 255 or 33.46% from 520); Blue value is 132 (51.95% from 255 or 25.38% from 520); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AE84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6AE84 is #29517B. Grayscale: #B5B5B5. Windows color (decimal): -2707836 or 8695510. OLE color: 8695510.

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

Color convert

RGB 214 174 132 -
CMYK 0 0.19 0.38 0.16
HSL 30.73º 0.5% 0.68% -
HSV(B) 30.73º 0.38% 0.84% -
XYZ 47.03 46.23 28.28 -
YUV 181.17 100.25 151.42 -
System Red Green Blue C M Y K H S L
Decimal 214 174 132 0 0.19 0.38 0.16 30.73 0.5 0.68
Hex D6 AE 84 0 13 26 10 1F 32 44
Octal 326 256 204 0 23 46 20 37 62 104
Binary 11010110 10101110 10000100 0 10011 100110 10000 11111 110010 1000100

Color Harmonies of #D6AE84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AE84

Black with #D6AE84

Text Example


Text Example

White with #D6AE84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AE84; }

 p { color: rgb(214,174,132); }

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

background-color css

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

 a { background-color: rgb(214,174,132); }

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

border-color css

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

 span { border-color: rgb(214,174,132); }

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