Html Css Color HEX #D6AD7E Calico

📋 copy color: '#D6AD7E'

red 214 ◦ green 173 ◦ blue 126

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

Shades of Calico #D6AD7E

Tints of Calico #D6AD7E

RGB

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

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

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

R = 41.72%
G = 33.72%
B = 24.56%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D6AD7E (or 0xD6AD7E) is known color: Calico. HEX triplet: D6, AD and 7E. RGB value is (214,173,126). Sum of RGB (Red+Green+Blue) = 214+173+126=513 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.72% from 513); Green value is 173 (67.97% from 255 or 33.72% from 513); Blue value is 126 (49.61% from 255 or 24.56% from 513); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AD7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AD7E is #295281. Grayscale: #B4B4B4. Windows color (decimal): -2708098 or 8302038. OLE color: 8302038.

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

Color convert

RGB 214 173 126 -
CMYK 0 0.19 0.41 0.16
HSL 32.05º 0.52% 0.67% -
HSV(B) 32.05º 0.41% 0.84% -
XYZ 46.44 45.69 26.11 -
YUV 179.9 97.58 152.32 -
System Red Green Blue C M Y K H S L
Decimal 214 173 126 0 0.19 0.41 0.16 32.05 0.52 0.67
Hex D6 AD 7E 0 13 29 10 20 34 43
Octal 326 255 176 0 23 51 20 40 64 103
Binary 11010110 10101101 1111110 0 10011 101001 10000 100000 110100 1000011

Color Harmonies of #D6AD7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AD7E

Black with #D6AD7E

Text Example


Text Example

White with #D6AD7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AD7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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