Html Css Color HEX #D6B786 Calico

📋 copy color: '#D6B786'

red 214 ◦ green 183 ◦ blue 134

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

Shades of Calico #D6B786

Tints of Calico #D6B786

RGB

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

 GREEN value IS 183 (71.88% from 255) = 34.46%

 BLUE value IS 134 (52.73% from 255) = 25.24%

R = 40.3%
G = 34.46%
B = 25.24%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#D6B786 (or 0xD6B786) is known color: Calico. HEX triplet: D6, B7 and 86. RGB value is (214,183,134). Sum of RGB (Red+Green+Blue) = 214+183+134=531 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.30% from 531); Green value is 183 (71.88% from 255 or 34.46% from 531); Blue value is 134 (52.73% from 255 or 25.24% from 531); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B786 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6B786 is #294879. Grayscale: #BABABA. Windows color (decimal): -2705530 or 8828886. OLE color: 8828886.

HSL color Cylindrical-coordinate representation of color #D6B786: hue angle of 36.75º 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 #D6B786 is Cyan = 0, Magento = 0.14, Yellow = 0.37 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 183 134 -
CMYK 0 0.14 0.37 0.16
HSL 36.75º 0.49% 0.68% -
HSV(B) 36.75º 0.37% 0.84% -
XYZ 48.97 49.88 29.6 -
YUV 186.68 98.27 147.48 -
System Red Green Blue C M Y K H S L
Decimal 214 183 134 0 0.14 0.37 0.16 36.75 0.49 0.68
Hex D6 B7 86 0 E 25 10 25 31 44
Octal 326 267 206 0 16 45 20 45 61 104
Binary 11010110 10110111 10000110 0 1110 100101 10000 100101 110001 1000100

Color Harmonies of #D6B786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B786

Black with #D6B786

Text Example


Text Example

White with #D6B786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B786; }

 p { color: rgb(214,183,134); }

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

background-color css

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

 a { background-color: rgb(214,183,134); }

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

border-color css

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

 span { border-color: rgb(214,183,134); }

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