Html Css Color HEX #D6AD7F Calico

📋 copy color: '#D6AD7F'

red 214 ◦ green 173 ◦ blue 127

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

Shades of Calico #D6AD7F

Tints of Calico #D6AD7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 24.71%

R = 41.63%
G = 33.66%
B = 24.71%

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

#D6AD7F (or 0xD6AD7F) is known color: Calico. HEX triplet: D6, AD and 7F. RGB value is (214,173,127). Sum of RGB (Red+Green+Blue) = 214+173+127=514 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.63% from 514); Green value is 173 (67.97% from 255 or 33.66% from 514); Blue value is 127 (50% from 255 or 24.71% from 514); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AD7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AD7F is #295280. Grayscale: #B4B4B4. Windows color (decimal): -2708097 or 8367574. OLE color: 8367574.

HSL color Cylindrical-coordinate representation of color #D6AD7F: hue angle of 31.72º degrees, saturation: 0.51, 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 #D6AD7F is Cyan = 0, Magento = 0.19, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 173 127 -
CMYK 0 0.19 0.41 0.16
HSL 31.72º 0.51% 0.67% -
HSV(B) 31.72º 0.41% 0.84% -
XYZ 46.51 45.72 26.45 -
YUV 180.02 98.08 152.24 -
System Red Green Blue C M Y K H S L
Decimal 214 173 127 0 0.19 0.41 0.16 31.72 0.51 0.67
Hex D6 AD 7F 0 13 29 10 20 33 43
Octal 326 255 177 0 23 51 20 40 63 103
Binary 11010110 10101101 1111111 0 10011 101001 10000 100000 110011 1000011

Color Harmonies of #D6AD7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AD7F

Black with #D6AD7F

Text Example


Text Example

White with #D6AD7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AD7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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