Html Css Color HEX #D6AD87 Calico

📋 copy color: '#D6AD87'

red 214 ◦ green 173 ◦ blue 135

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

Shades of Calico #D6AD87

Tints of Calico #D6AD87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 25.86%

R = 41%
G = 33.14%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#D6AD87 (or 0xD6AD87) is known color: Calico. HEX triplet: D6, AD and 87. RGB value is (214,173,135). Sum of RGB (Red+Green+Blue) = 214+173+135=522 (69% of max value = 765). Red value is 214 (83.98% from 255 or 41.00% from 522); Green value is 173 (67.97% from 255 or 33.14% from 522); Blue value is 135 (53.12% from 255 or 25.86% from 522); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AD87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6AD87 is #295278. Grayscale: #B5B5B5. Windows color (decimal): -2708089 or 8891862. OLE color: 8891862.

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

Color convert

RGB 214 173 135 -
CMYK 0 0.19 0.37 0.16
HSL 28.86º 0.49% 0.68% -
HSV(B) 28.86º 0.37% 0.84% -
XYZ 47.05 45.93 29.31 -
YUV 180.93 102.08 151.59 -
System Red Green Blue C M Y K H S L
Decimal 214 173 135 0 0.19 0.37 0.16 28.86 0.49 0.68
Hex D6 AD 87 0 13 25 10 1D 31 44
Octal 326 255 207 0 23 45 20 35 61 104
Binary 11010110 10101101 10000111 0 10011 100101 10000 11101 110001 1000100

Color Harmonies of #D6AD87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AD87

Black with #D6AD87

Text Example


Text Example

White with #D6AD87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AD87; }

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

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

background-color css

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

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

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

border-color css

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

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

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